Get-AzDataProtectionBackupInstancesExtensionRouting
追跡対象リソースに関連付けられているバックアップ インスタンスの一覧を取得します
構文
Default (既定)
Get-AzDataProtectionBackupInstancesExtensionRouting
-ResourceId <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
説明
追跡対象リソースに関連付けられているバックアップ インスタンスの一覧を取得します
例
例 1: バックアップ インスタンス拡張機能のルーティングを取得する
$diskARMID = "subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx/resourceGroups/testRG/providers/Microsoft.Compute/disks/testDisk"
Get-AzDataProtectionBackupInstancesExtensionRouting -ResourceId $diskARMID
このコマンドは、追跡対象のリソースに関連付けられているバックアップ インスタンスの一覧を取得します。 コマンドレットを実行するには、パラメーター ResourceId にデータソース ARM ID を渡します。
パラメーター
-DefaultProfile
DefaultProfile パラメーターは機能しません。 別のサブスクリプションに対してコマンドレットを実行する場合は、使用可能な場合は SubscriptionId パラメーターを使用します。
パラメーターのプロパティ
型: | PSObject |
規定値: | None |
ワイルドカードのサポート: | False |
DontShow: | False |
Aliases: | AzureRMContext, AzureCredential |
パラメーター セット
(All)
配置: | Named |
必須: | False |
パイプラインからの値: | False |
プロパティ名別のパイプラインからの値: | False |
残りの引数からの値: | False |
-ResourceId
Microsoft.DataProtection を使用して保護するリソースの ARM パス
パラメーターのプロパティ
型: | String |
規定値: | None |
ワイルドカードのサポート: | False |
DontShow: | False |
パラメーター セット
(All)
配置: | Named |
必須: | True |
パイプラインからの値: | False |
プロパティ名別のパイプラインからの値: | False |
残りの引数からの値: | False |
CommonParameters
このコマンドレットでは、一般的なパラメーター -Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction、-WarningVariable の各パラメーターがサポートされています。 詳細については、about_CommonParametersを参照してください。