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
コミュニティ ギャラリーイメージ定義の名前。
options パラメーター。
戻り値
Promise<CommunityGalleryImage>
list(string, string, CommunityGalleryImagesListOptionalParams)
ギャラリー内のコミュニティ ギャラリーの画像を一覧表示します。
function list(location: string, publicGalleryName: string, options?: CommunityGalleryImagesListOptionalParams): PagedAsyncIterableIterator<CommunityGalleryImage, CommunityGalleryImage[], PageSettings>
パラメーター
- location
-
string
リソースの場所。
- publicGalleryName
-
string
コミュニティ ギャラリーのパブリック名。
options パラメーター。