다음을 통해 공유


SecurityPINs interface

SecurityPIN을 나타내는 인터페이스입니다.

메서드

get(string, string, SecurityPINsGetOptionalParams)

보안 PIN을 가져옵니다.

메서드 세부 정보

get(string, string, SecurityPINsGetOptionalParams)

보안 PIN을 가져옵니다.

function get(vaultName: string, resourceGroupName: string, options?: SecurityPINsGetOptionalParams): Promise<TokenInformation>

매개 변수

vaultName

string

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

resourceGroupName

string

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

options
SecurityPINsGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<TokenInformation>