다음을 통해 공유


ResourceGuardProxy interface

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

메서드

delete(string, string, string, ResourceGuardProxyDeleteOptionalParams)

자격 증명 모음에서 ResourceGuardProxy 삭제

get(string, string, string, ResourceGuardProxyGetOptionalParams)

자격 증명 모음 아래 및 요청에서 참조된 이름을 사용하여 ResourceGuardProxy를 반환합니다.

put(string, string, string, ResourceGuardProxyBaseResource, ResourceGuardProxyPutOptionalParams)

자격 증명 모음 보안 자격 증명 모음 중요 작업에서 ResourceGuardProxy 추가 또는 업데이트

unlockDelete(string, string, string, UnlockDeleteRequest, ResourceGuardProxyUnlockDeleteOptionalParams)

ResourceGuardProxy 작업 삭제를 보호합니다.

메서드 세부 정보

delete(string, string, string, ResourceGuardProxyDeleteOptionalParams)

자격 증명 모음에서 ResourceGuardProxy 삭제

function delete(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, options?: ResourceGuardProxyDeleteOptionalParams): Promise<void>

매개 변수

vaultName

string

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

resourceGroupName

string

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

resourceGuardProxyName

string

options
ResourceGuardProxyDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

get(string, string, string, ResourceGuardProxyGetOptionalParams)

자격 증명 모음 아래 및 요청에서 참조된 이름을 사용하여 ResourceGuardProxy를 반환합니다.

function get(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, options?: ResourceGuardProxyGetOptionalParams): Promise<ResourceGuardProxyBaseResource>

매개 변수

vaultName

string

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

resourceGroupName

string

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

resourceGuardProxyName

string

options
ResourceGuardProxyGetOptionalParams

옵션 매개 변수입니다.

반환

put(string, string, string, ResourceGuardProxyBaseResource, ResourceGuardProxyPutOptionalParams)

자격 증명 모음 보안 자격 증명 모음 중요 작업에서 ResourceGuardProxy 추가 또는 업데이트

function put(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, parameters: ResourceGuardProxyBaseResource, options?: ResourceGuardProxyPutOptionalParams): Promise<ResourceGuardProxyBaseResource>

매개 변수

vaultName

string

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

resourceGroupName

string

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

resourceGuardProxyName

string

parameters
ResourceGuardProxyBaseResource

작업 요청 본문

options
ResourceGuardProxyPutOptionalParams

옵션 매개 변수입니다.

반환

unlockDelete(string, string, string, UnlockDeleteRequest, ResourceGuardProxyUnlockDeleteOptionalParams)

ResourceGuardProxy 작업 삭제를 보호합니다.

function unlockDelete(vaultName: string, resourceGroupName: string, resourceGuardProxyName: string, parameters: UnlockDeleteRequest, options?: ResourceGuardProxyUnlockDeleteOptionalParams): Promise<UnlockDeleteResponse>

매개 변수

vaultName

string

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

resourceGroupName

string

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

resourceGuardProxyName

string

parameters
UnlockDeleteRequest

작업 요청 본문

options
ResourceGuardProxyUnlockDeleteOptionalParams

옵션 매개 변수입니다.

반환