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 |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-Name
가져올 복구 지점의 이름을 지정합니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-ReplicationProtectedItem
사용 가능한 복구 지점 목록을 가져올 Azure Site Recovery 복제 보호 항목 개체를 지정합니다.
형식: | ASRReplicationProtectedItem |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
입력
출력
관련 링크
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure PowerShell