CommunityGalleryImages interface
CommunityGalleryImages를 나타내는 인터페이스입니다.
메서드
get(string, string, string, Community |
커뮤니티 갤러리 이미지를 가져옵니다. |
list(string, string, Community |
갤러리 내에 커뮤니티 갤러리 이미지를 나열합니다. |
메서드 세부 정보
get(string, string, string, CommunityGalleryImagesGetOptionalParams)
커뮤니티 갤러리 이미지를 가져옵니다.
function get(location: string, publicGalleryName: string, galleryImageName: string, options?: CommunityGalleryImagesGetOptionalParams): Promise<CommunityGalleryImage>
매개 변수
- location
-
string
리소스 위치.
- publicGalleryName
-
string
커뮤니티 갤러리의 공개 이름입니다.
- galleryImageName
-
string
커뮤니티 갤러리 이미지 정의의 이름입니다.
옵션 매개 변수입니다.
반환
Promise<CommunityGalleryImage>
list(string, string, CommunityGalleryImagesListOptionalParams)
갤러리 내에 커뮤니티 갤러리 이미지를 나열합니다.
function list(location: string, publicGalleryName: string, options?: CommunityGalleryImagesListOptionalParams): PagedAsyncIterableIterator<CommunityGalleryImage, CommunityGalleryImage[], PageSettings>
매개 변수
- location
-
string
리소스 위치.
- publicGalleryName
-
string
커뮤니티 갤러리의 공개 이름입니다.
옵션 매개 변수입니다.