다음을 통해 공유


BatchSharedKeyCredentials class

새 BatchSharedKeyCredentials 개체를 만듭니다.

생성자

BatchSharedKeyCredentials(string, string)

속성

accountKey

일괄 처리 계정 키입니다.

accountName

일괄 처리 계정 이름입니다.

메서드

signRequest(WebResource)

인증 헤더를 사용하여 요청에 서명합니다.

생성자 세부 정보

BatchSharedKeyCredentials(string, string)

new BatchSharedKeyCredentials(accountName: string, accountKey: string)

매개 변수

accountName

string

accountKey

string

속성 세부 정보

accountKey

일괄 처리 계정 키입니다.

accountKey: string

속성 값

string

accountName

일괄 처리 계정 이름입니다.

accountName: string

속성 값

string

메서드 세부 정보

signRequest(WebResource)

인증 헤더를 사용하여 요청에 서명합니다.

function signRequest(webResource: WebResource): Promise<WebResource>

매개 변수

webResource
WebResource

반환

Promise<WebResource>