Get-AzDataProtectionJob
백업 자격 증명 모음의 작업을 가져오거나 나열합니다.
구문
Get-AzDataProtectionJob
-ResourceGroupName <String>
-VaultName <String>
[-SubscriptionId <String[]>]
[-UseSecondaryRegion]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzDataProtectionJob
-ResourceGroupName <String>
-VaultName <String>
[-SubscriptionId <String[]>]
[-UseSecondaryRegion]
[-DefaultProfile <PSObject>]
-Id <String>
[<CommonParameters>]
Get-AzDataProtectionJob
[-DefaultProfile <PSObject>]
-InputObject <IDataProtectionIdentity>
[<CommonParameters>]
Description
백업 자격 증명 모음의 작업을 가져오거나 나열합니다.
예제
예제 1: 백업 자격 증명 모음의 모든 백업 작업 가져오기
Get-AzDataProtectionJob -SubscriptionId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -ResourceGroupName sarath-rg -VaultName sarath-vault
Name Type
---- ----
a6a4879d-f914-4174-b129-0e27da8a4fb0 Microsoft.DataProtection/backupVaults/backupJobs
1a402664-a245-4a9d-8bb5-a6bafbb40d26 Microsoft.DataProtection/backupVaults/backupJobs
672564f7-1f91-46e2-a0ca-4fb1dc977a1c Microsoft.DataProtection/backupVaults/backupJobs
1653a7b4-8ce4-457e-8084-dc1c9d9e4106 Microsoft.DataProtection/backupVaults/backupJobs
9f21c438-ca0d-45c1-88fe-79f08a8342c7 Microsoft.DataProtection/backupVaults/backupJobs
736bab4d-480f-49f8-92ea-57c5ff203c33 Microsoft.DataProtection/backupVaults/backupJobs
이 명령은 지정된 백업 자격 증명 모음의 모든 백업 작업을 가져옵니다.
예제 2: ID를 사용하여 단일 작업 가져오기
Get-AzDataProtectionJob -SubscriptionId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -ResourceGroupName sarath-rg -VaultName sarath-vault -Id 4abaea8c-f53a-4bb1-9963-59f96b597165
Name Type
---- ----
4abaea8c-f53a-4bb1-9963-59f96b597165 Microsoft.DataProtection/backupVaults/backupJobs
이 명령은 지정된 ID를 사용하여 단일 작업 엔터티를 반환합니다.
예제 3: 보조 지역에서 백업 자격 증명 모음의 백업 작업 가져오기
Get-AzDataProtectionJob -SubscriptionId "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -ResourceGroupName sarath-rg -VaultName sarath-vault -UseSecondaryRegion
Name Type
---- ----
a6a4879d-f914-4174-b129-0e27da8a4fb0 Microsoft.DataProtection/backupVaults/backupJobs
1a402664-a245-4a9d-8bb5-a6bafbb40d26 Microsoft.DataProtection/backupVaults/backupJobs
이 명령은 보조 지역에서 백업 자격 증명 모음의 지역 간 복원 작업을 가져옵니다.
매개 변수
-DefaultProfile
형식: | PSObject |
별칭: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-Id
특정 작업을 가져오는 작업 ID
형식: | String |
별칭: | JobId |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-InputObject
생성할 ID 매개 변수는 INPUTOBJECT 속성에 대한 NOTES 섹션을 참조하고 해시 테이블을 만듭니다.
형식: | IDataProtectionIdentity |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-ResourceGroupName
백업 자격 증명 모음의 리소스 그룹
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-SubscriptionId
자격 증명 모음의 구독 ID
형식: | String[] |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-UseSecondaryRegion
매개 변수를 전환하여 보조 지역에서 데이터 보호 작업 가져오기(지역 간 복원)
형식: | SwitchParameter |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-VaultName
백업 자격 증명 모음의 이름
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
입력
출력
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure PowerShell