CloudManifestFile interface
CloudManifestFile을 나타내는 인터페이스입니다.
메서드
| get(string, Cloud |
클라우드별 매니페스트 JSON 파일을 반환합니다. |
| list(Cloud |
최신 버전의 클라우드별 매니페스트 JSON 파일을 반환합니다. |
메서드 세부 정보
get(string, CloudManifestFileGetOptionalParams)
클라우드별 매니페스트 JSON 파일을 반환합니다.
function get(verificationVersion: string, options?: CloudManifestFileGetOptionalParams): Promise<CloudManifestFileResponse>
매개 변수
- verificationVersion
-
string
서명 확인 키 버전.
옵션 매개 변수입니다.
반환
Promise<CloudManifestFileResponse>
list(CloudManifestFileListOptionalParams)
최신 버전의 클라우드별 매니페스트 JSON 파일을 반환합니다.
function list(options?: CloudManifestFileListOptionalParams): Promise<CloudManifestFileResponse>
매개 변수
옵션 매개 변수입니다.
반환
Promise<CloudManifestFileResponse>