Get-AzRecoveryServicesAsrReplicationProtectedItem
Azure Site Recovery レプリケーションの保護された項目のプロパティを取得します。
構文
Get-AzRecoveryServicesAsrReplicationProtectedItem
-ProtectionContainer <ASRProtectionContainer>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrReplicationProtectedItem
-Name <String>
-ProtectionContainer <ASRProtectionContainer>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrReplicationProtectedItem
-FriendlyName <String>
-ProtectionContainer <ASRProtectionContainer>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrReplicationProtectedItem
-ProtectableItem <ASRProtectableItem>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
説明
Get-AzRecoveryServicesAsrReplicationProtectedItem コマンドレットは、指定した ASR 保護コンテナーから、すべてまたは指定した ASR レプリケーションで保護された項目のプロパティを取得します。
例
例 1
$ReplicationProtectedItems = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $PrimaryContainer
指定した ASR 保護コンテナー内のすべてのレプリケーション保護項目を一覧表示します。
例 2
Azure Site Recovery レプリケーションの保護された項目のプロパティを取得します。 (自動生成)
Get-AzRecoveryServicesAsrReplicationProtectedItem -FriendlyName XXXXXXXXXX -ProtectionContainer $PrimaryContainer
パラメーター
-DefaultProfile
Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。
型: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-FriendlyName
取得するレプリケーションで保護された項目のフレンドリ名を指定します。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-Name
取得するレプリケーション保護項目の名前を指定します。
型: | String |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-ProtectableItem
ASR 保護可能な項目オブジェクトを指定します。 コマンドレットは、指定された ASR 保護可能な項目に対応する ASR レプリケーションで保護された項目 (項目が保護されている場合) を取得します。
型: | ASRProtectableItem |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |
-ProtectionContainer
レプリケーションで保護された項目に対応する ASR 保護コンテナーの ASR 保護コンテナー オブジェクトを指定します。 Recovery Service コンテナーで ASR 保護コンテナーを取得するには、 Get-AzRecoveryServicesAsrProtectionContainer コマンドレットを実行します。
型: | ASRProtectionContainer |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | True |
ワイルドカード文字を受け取る: | False |