ProtectionContainerOperationResults interface
ProtectionContainerOperationResults를 나타내는 인터페이스입니다.
메서드
get(string, string, string, string, string, Protection |
컨테이너에 대한 작업의 결과를 가져옵니다. |
메서드 세부 정보
get(string, string, string, string, string, ProtectionContainerOperationResultsGetOptionalParams)
컨테이너에 대한 작업의 결과를 가져옵니다.
function get(vaultName: string, resourceGroupName: string, fabricName: string, containerName: string, operationId: string, options?: ProtectionContainerOperationResultsGetOptionalParams): Promise<ProtectionContainerResource>
매개 변수
- vaultName
-
string
복구 서비스 자격 증명 모음의 이름입니다.
- resourceGroupName
-
string
Recovery Services 자격 증명 모음이 있는 리소스 그룹의 이름입니다.
- fabricName
-
string
컨테이너와 연결된 패브릭 이름입니다.
- containerName
-
string
정보를 가져와야 하는 컨테이너 이름입니다.
- operationId
-
string
결과를 가져와야 하는 작업을 나타내는 작업 ID입니다.
옵션 매개 변수입니다.
반환
Promise<ProtectionContainerResource>