次の方法で共有


Images interface

イメージを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, Image_2, ImagesCreateOrUpdateOptionalParams)

イメージを作成する

beginCreateOrUpdateAndWait(string, string, string, Image_2, ImagesCreateOrUpdateOptionalParams)

イメージを作成する

beginDelete(string, string, string, ImagesDeleteOptionalParams)

イメージを削除する

beginDeleteAndWait(string, string, string, ImagesDeleteOptionalParams)

イメージを削除する

get(string, string, string, ImagesGetOptionalParams)

画像を取得する

listByCatalog(string, string, ImagesListByCatalogOptionalParams)

カタログ別にイメージ リソースを一覧表示する

メソッドの詳細

beginCreateOrUpdate(string, string, string, Image_2, ImagesCreateOrUpdateOptionalParams)

イメージを作成する

function beginCreateOrUpdate(resourceGroupName: string, catalogName: string, imageName: string, resource: Image_2, options?: ImagesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Image_2>, Image_2>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

catalogName

string

カタログの名前

imageName

string

イメージ名 GA バージョンの API にはイメージ GUID を使用します。

resource
Image

リソース作成パラメーター。

options
ImagesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<Image>, Image>>

beginCreateOrUpdateAndWait(string, string, string, Image_2, ImagesCreateOrUpdateOptionalParams)

イメージを作成する

function beginCreateOrUpdateAndWait(resourceGroupName: string, catalogName: string, imageName: string, resource: Image_2, options?: ImagesCreateOrUpdateOptionalParams): Promise<Image_2>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

catalogName

string

カタログの名前

imageName

string

イメージ名 GA バージョンの API にはイメージ GUID を使用します。

resource
Image

リソース作成パラメーター。

options
ImagesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<Image>

beginDelete(string, string, string, ImagesDeleteOptionalParams)

イメージを削除する

function beginDelete(resourceGroupName: string, catalogName: string, imageName: string, options?: ImagesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

catalogName

string

カタログの名前

imageName

string

イメージ名 GA バージョンの API にはイメージ GUID を使用します。

options
ImagesDeleteOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, ImagesDeleteOptionalParams)

イメージを削除する

function beginDeleteAndWait(resourceGroupName: string, catalogName: string, imageName: string, options?: ImagesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

catalogName

string

カタログの名前

imageName

string

イメージ名 GA バージョンの API にはイメージ GUID を使用します。

options
ImagesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, ImagesGetOptionalParams)

画像を取得する

function get(resourceGroupName: string, catalogName: string, imageName: string, options?: ImagesGetOptionalParams): Promise<Image_2>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

catalogName

string

カタログの名前

imageName

string

イメージ名 GA バージョンの API にはイメージ GUID を使用します。

options
ImagesGetOptionalParams

options パラメーター。

戻り値

Promise<Image>

listByCatalog(string, string, ImagesListByCatalogOptionalParams)

カタログ別にイメージ リソースを一覧表示する

function listByCatalog(resourceGroupName: string, catalogName: string, options?: ImagesListByCatalogOptionalParams): PagedAsyncIterableIterator<Image_2, Image_2[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

catalogName

string

カタログの名前

options
ImagesListByCatalogOptionalParams

options パラメーター。

戻り値