Galleries interface
ギャラリーを表すインターフェイス。
メソッド
begin |
Shared Image Galleryを作成または更新します。 |
begin |
Shared Image Galleryを作成または更新します。 |
begin |
Shared Image Galleryを削除します。 |
begin |
Shared Image Galleryを削除します。 |
begin |
Shared Image Galleryを更新します。 |
begin |
Shared Image Galleryを更新します。 |
get(string, string, Galleries |
Shared Image Galleryに関する情報を取得します。 |
list(Galleries |
サブスクリプションの下にギャラリーを一覧表示します。 |
list |
リソース グループの下にギャラリーを一覧表示します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, Gallery, GalleriesCreateOrUpdateOptionalParams)
Shared Image Galleryを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
Shared Image Galleryの名前。 使用できる文字はアルファベットと数字で、中央にドットとピリオドを使用できます。 最大長は 80 文字です。
- gallery
- Gallery
作成または更新のShared Image Gallery操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Gallery>, Gallery>>
beginCreateOrUpdateAndWait(string, string, Gallery, GalleriesCreateOrUpdateOptionalParams)
Shared Image Galleryを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, gallery: Gallery, options?: GalleriesCreateOrUpdateOptionalParams): Promise<Gallery>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
Shared Image Galleryの名前。 使用できる文字はアルファベットと数字で、中央にドットとピリオドを使用できます。 最大長は 80 文字です。
- gallery
- Gallery
作成または更新のShared Image Gallery操作に指定されたパラメーター。
options パラメーター。
戻り値
Promise<Gallery>
beginDelete(string, string, GalleriesDeleteOptionalParams)
Shared Image Galleryを削除します。
function beginDelete(resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
削除するShared Image Galleryの名前。
- options
- GalleriesDeleteOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, GalleriesDeleteOptionalParams)
Shared Image Galleryを削除します。
function beginDeleteAndWait(resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
削除するShared Image Galleryの名前。
- options
- GalleriesDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, GalleryUpdate, GalleriesUpdateOptionalParams)
Shared Image Galleryを更新します。
function beginUpdate(resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Gallery>, Gallery>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
Shared Image Galleryの名前。 使用できる文字はアルファベットと数字で、中央にドットとピリオドを使用できます。 最大長は 80 文字です。
- gallery
- GalleryUpdate
更新Shared Image Gallery操作に指定されたパラメーター。
- options
- GalleriesUpdateOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Gallery>, Gallery>>
beginUpdateAndWait(string, string, GalleryUpdate, GalleriesUpdateOptionalParams)
Shared Image Galleryを更新します。
function beginUpdateAndWait(resourceGroupName: string, galleryName: string, gallery: GalleryUpdate, options?: GalleriesUpdateOptionalParams): Promise<Gallery>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
Shared Image Galleryの名前。 使用できる文字はアルファベットと数字で、中央にドットとピリオドを使用できます。 最大長は 80 文字です。
- gallery
- GalleryUpdate
更新Shared Image Gallery操作に指定されたパラメーター。
- options
- GalleriesUpdateOptionalParams
options パラメーター。
戻り値
Promise<Gallery>
get(string, string, GalleriesGetOptionalParams)
Shared Image Galleryに関する情報を取得します。
function get(resourceGroupName: string, galleryName: string, options?: GalleriesGetOptionalParams): Promise<Gallery>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- galleryName
-
string
Shared Image Galleryの名前。
- options
- GalleriesGetOptionalParams
options パラメーター。
戻り値
Promise<Gallery>
list(GalleriesListOptionalParams)
サブスクリプションの下にギャラリーを一覧表示します。
function list(options?: GalleriesListOptionalParams): PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>
パラメーター
- options
- GalleriesListOptionalParams
options パラメーター。
戻り値
listByResourceGroup(string, GalleriesListByResourceGroupOptionalParams)
リソース グループの下にギャラリーを一覧表示します。
function listByResourceGroup(resourceGroupName: string, options?: GalleriesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Gallery, Gallery[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
options パラメーター。