SharedGalleries interface
SharedGalleries を表すインターフェイス。
メソッド
| get(string, string, Shared |
サブスクリプション ID またはテナント ID で共有ギャラリーを取得します。 |
| list(string, Shared |
サブスクリプション ID またはテナント ID で共有ギャラリーを一覧表示します。 |
メソッドの詳細
get(string, string, SharedGalleriesGetOptionalParams)
サブスクリプション ID またはテナント ID で共有ギャラリーを取得します。
function get(location: string, galleryUniqueName: string, options?: SharedGalleriesGetOptionalParams): Promise<SharedGallery>
パラメーター
- location
-
string
Azure リージョンの名前。
- galleryUniqueName
-
string
共有ギャラリーの一意の名前。
- options
- SharedGalleriesGetOptionalParams
オプション パラメーター。
戻り値
Promise<SharedGallery>
list(string, SharedGalleriesListOptionalParams)
サブスクリプション ID またはテナント ID で共有ギャラリーを一覧表示します。
function list(location: string, options?: SharedGalleriesListOptionalParams): PagedAsyncIterableIterator<SharedGallery, SharedGallery[], PageSettings>
パラメーター
- location
-
string
Azure リージョンの名前。
オプション パラメーター。