CommunityGalleries interface
CommunityGalleries를 나타내는 인터페이스입니다.
메서드
get(string, string, Community |
갤러리 공용 이름으로 커뮤니티 갤러리를 가져옵니다. |
메서드 세부 정보
get(string, string, CommunityGalleriesGetOptionalParams)
갤러리 공용 이름으로 커뮤니티 갤러리를 가져옵니다.
function get(location: string, publicGalleryName: string, options?: CommunityGalleriesGetOptionalParams): Promise<CommunityGallery>
매개 변수
- location
-
string
리소스 위치입니다.
- publicGalleryName
-
string
커뮤니티 갤러리의 공개 이름입니다.
옵션 매개 변수입니다.
반환
Promise<CommunityGallery>