다음을 통해 공유


ProtectionContainerRefreshOperationResults interface

ProtectionContainerRefreshOperationResults를 나타내는 인터페이스입니다.

메서드

get(string, string, string, string, ProtectionContainerRefreshOperationResultsGetOptionalParams)

BeginRefresh 작업에 의해 트리거된 새로 고침 작업의 결과를 제공합니다.

메서드 세부 정보

get(string, string, string, string, ProtectionContainerRefreshOperationResultsGetOptionalParams)

BeginRefresh 작업에 의해 트리거된 새로 고침 작업의 결과를 제공합니다.

function get(vaultName: string, resourceGroupName: string, fabricName: string, operationId: string, options?: ProtectionContainerRefreshOperationResultsGetOptionalParams): Promise<void>

매개 변수

vaultName

string

복구 서비스 자격 증명 모음의 이름입니다.

resourceGroupName

string

복구 서비스 자격 증명 모음이 있는 리소스 그룹의 이름입니다.

fabricName

string

컨테이너와 연결된 패브릭 이름입니다.

operationId

string

결과를 가져와야 하는 작업과 연결된 작업 ID입니다.

options
ProtectionContainerRefreshOperationResultsGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>