Remove-SCACCloudSystem

Remove-SCACCloudSystem

Removes a connection to a cloud system.

構文

Parameter Set: Default
Remove-SCACCloudSystem [-CloudSystem] <ACCloudSystem> [-PassThru] [ <CommonParameters>]

詳細説明

The Remove-SCACCloudSystem function removes a connection to a cloud system.

パラメーター

-CloudSystem<ACCloudSystem>

Specifies a cloud system object. To retrieve a cloud system object, use the Get-SCACCloudSystem cmdlet.

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-PassThru

Returns a cloud system object. By default, this cmdlet does not generate output.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Remove a cloud system

The first command gets the cloud system object named CloudSystem01 and stores the object in the $CloudSystem variable.

The second command removes the cloud system object stored in $CloudSystem.

PS C:\> $CloudSystem = Get-SCACCloudSystem -Name "CloudSystem01"
PS C:\> Remove-SCACCloudSystem –CloudSystem $CloudSystem

関連トピック

Add-SCACCloudSystem

Get-SCACCloudSystem

Set-SCACCloudSystem