SharedGalleriesOperations interface
SharedGalleriesの操作を表すインターフェース。
プロパティの詳細
get
サブスクリプション ID またはテナント ID で共有ギャラリーを取得します。
get: (location: string, galleryUniqueName: string, options?: SharedGalleriesGetOptionalParams) => Promise<SharedGallery>
プロパティ値
(location: string, galleryUniqueName: string, options?: SharedGalleriesGetOptionalParams) => Promise<SharedGallery>
list
共有ギャラリーをサブスクリプション ID またはテナント ID で一覧表示します。
list: (location: string, options?: SharedGalleriesListOptionalParams) => PagedAsyncIterableIterator<SharedGallery, SharedGallery[], PageSettings>
プロパティ値
(location: string, options?: SharedGalleriesListOptionalParams) => PagedAsyncIterableIterator<SharedGallery, SharedGallery[], PageSettings>