Get-DPMCloudSubscription

Azure Online Backup サブスクリプション オブジェクトを取得します。

構文

Get-DPMCloudSubscription
   [[-DPMServerName] <String>]
   [<CommonParameters>]

説明

Get-DPMCloudSubscription コマンドレットは、System Center - Data Protection Manager (DPM) で Windows Azure Online Backup サブスクリプション オブジェクトを取得します。

例 1: Azure Online Backup サブスクリプションの状態を返す

PS C:\> Get-DPMCloudSubscription -DPMServerName "TestingServer"

このコマンドは、TestingServer という名前の DPM サーバーの Azure Online Backup サブスクリプションの状態を返します。

パラメーター

-DPMServerName

このコマンドレットが動作する DPM サーバーの名前を指定します。

Type:String
Aliases:ComputerName, CN
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False