Get-AzRecoveryServicesAsrRecoveryPoint
取得複寫受保護專案的可用恢復點。
語法
Get-AzRecoveryServicesAsrRecoveryPoint
-ReplicationProtectedItem <ASRReplicationProtectedItem>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrRecoveryPoint
-Name <String>
-ReplicationProtectedItem <ASRReplicationProtectedItem>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzRecoveryServicesAsrRecoveryPoint Cmdlet 會取得複寫受保護專案的可用恢復點清單。 此清單依最新恢復點到最舊恢復點的順序,第一個是最新處理過的 (最低 RTO)。
範例
範例 1
$RecoveryPoints = Get-AzRecoveryServicesAsrRecoveryPoint -ReplicationProtectedItem $ReplicationProtectedItem
取得指定 ASR 複寫受保護項目的恢復點。 $RecoveryPoints[0] 會有最新的已處理恢復點(針對最低 RTO)。
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定要取得的恢復點名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ReplicationProtectedItem
指定要取得可用恢復點清單的 Azure Site Recovery 複寫受保護項目物件。
類型: | ASRReplicationProtectedItem |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |