Get-DPMCloudSubscriptionSetting
Azure Online Backup サブスクリプションの構成設定を取得します。
構文
Get-DPMCloudSubscriptionSetting
[[-DPMServerName] <String>]
[<CommonParameters>]
説明
Get-DPMCloudSubscriptionSetting コマンドレットは、Windows Azure Online Backup サブスクリプションの構成設定を返します。
例
例 1: Azure Online Backup サブスクリプションの構成設定を取得する
PS C:\> $Setting = Get-DPMCloudSubscriptionSetting -DPMServerName "TestingServer"
このコマンドは、TestingServer という名前の DPM サーバー上の Azure Online Backup サブスクリプションの構成設定を返します。
パラメーター
-DPMServerName
このコマンドレットが機能する System Center 2019 - Data Protection Manager (DPM) サーバーの名前を指定します。
型: | String |
Aliases: | ComputerName, CN |
配置: | 1 |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |