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
社区库的公共名称。
选项参数。