다음을 통해 공유


CloudManifestFile interface

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

메서드

get(string, CloudManifestFileGetOptionalParams)

클라우드별 매니페스트 JSON 파일을 반환합니다.

list(CloudManifestFileListOptionalParams)

최신 버전의 클라우드별 매니페스트 JSON 파일을 반환합니다.

메서드 세부 정보

get(string, CloudManifestFileGetOptionalParams)

클라우드별 매니페스트 JSON 파일을 반환합니다.

function get(verificationVersion: string, options?: CloudManifestFileGetOptionalParams): Promise<CloudManifestFileResponse>

매개 변수

verificationVersion

string

서명 확인 키 버전.

options
CloudManifestFileGetOptionalParams

옵션 매개 변수입니다.

반환

list(CloudManifestFileListOptionalParams)

최신 버전의 클라우드별 매니페스트 JSON 파일을 반환합니다.

function list(options?: CloudManifestFileListOptionalParams): Promise<CloudManifestFileResponse>

매개 변수

options
CloudManifestFileListOptionalParams

옵션 매개 변수입니다.

반환