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>]
Description
Get-AzRecoveryServicesAsrReplicationProtectedItem Cmdlet 會從指定的 ASR 保護容器取得所有或指定 ASR 複寫保護項目的屬性。
範例
範例 1
$ReplicationProtectedItems = Get-AzRecoveryServicesAsrReplicationProtectedItem -ProtectionContainer $PrimaryContainer
列出指定 ASR 保護容器中的所有復寫保護專案。
範例 2
取得 Azure Site Recovery 複寫受保護項目的屬性。 ( 自動產生 )
Get-AzRecoveryServicesAsrReplicationProtectedItem -FriendlyName XXXXXXXXXX -ProtectionContainer $PrimaryContainer
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-FriendlyName
指定要取得之復寫受保護專案的易記名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定要取得之復寫受保護項目的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ProtectableItem
指定 ASR 可保護的項目物件。 如果專案受到保護,Cmdlet 會取得對應至指定 ASR 可保護專案的 ASR 復寫保護專案。
類型: | ASRProtectableItem |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ProtectionContainer
指定對應至復寫受保護專案之 ASR 保護容器的 ASR 保護容器物件。 若要在復原服務容器中取得 ASR 保護容器,請執行 Get-AzRecoveryServicesAsrProtectionContainer Cmdlet。
類型: | ASRProtectionContainer |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |