Get-AzRecoveryServicesBackupStatus
ARM 리소스가 백업되었는지 여부를 확인합니다.
구문
Get-AzRecoveryServicesBackupStatus
-Name <String>
-ResourceGroupName <String>
-Type <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesBackupStatus
-Type <String>
-ResourceId <String>
-ProtectableObjectName <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesBackupStatus
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
지정된 리소스가 구독의 Recovery Services 자격 증명 모음에서 보호되지 않는 경우 이 명령은 null/empty를 반환합니다. 백업 구성에 실패하면 자격 증명 모음 세부 정보를 반환할 수 있습니다. Azure Backup이 실패하는 경우 일반적인 문제 섹션에서 해당 오류 코드를 찾습니다. 보호되는 경우 관련 자격 증명 모음 세부 정보가 반환됩니다.
예제
예 1
ARM 리소스가 백업되었는지 여부를 확인합니다. (자동 생성됨)
Get-AzRecoveryServicesBackupStatus -Name 'myAzureVM' -ResourceGroupName 'myAzureVMRG' -Type AzureVM
매개 변수
-DefaultProfile
Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독입니다.
형식: | IAzureContextContainer |
별칭: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-Name
구독의 일부 Recovery Services 자격 증명 모음에 의해 이미 보호된 경우 대표 항목을 확인해야 하는 Azure 리소스의 이름입니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-ProtectableObjectName
구독의 일부 Recovery Services 자격 증명 모음에 의해 이미 보호된 경우 대표 항목을 확인해야 하는 Azure 리소스의 이름입니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-ResourceGroupName
구독의 일부 RecoveryServices 자격 증명 모음으로 이미 보호된 경우 대표 항목을 확인해야 하는 Azure 리소스의 리소스 그룹 이름입니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-ResourceId
구독의 일부 RecoveryServices 자격 증명 모음에 의해 이미 보호된 경우 대표 항목을 확인해야 하는 Azure 리소스의 ID입니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-Type
구독의 일부 Recovery Services 자격 증명 모음에 의해 이미 보호되어 있는지 대표 항목을 확인해야 하는 Azure 리소스의 유형입니다.
형식: | String |
허용되는 값: | AzureVM, AzureFiles |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
입력
출력
Azure PowerShell