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
社群資源庫的公用名稱。
選項參數。