次の方法で共有


Images interface

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

メソッド

beginCreateOrUpdate(string, string, Image_2, ImagesCreateOrUpdateOptionalParams)

イメージを作成または更新します。

beginCreateOrUpdateAndWait(string, string, Image_2, ImagesCreateOrUpdateOptionalParams)

イメージを作成または更新します。

beginDelete(string, string, ImagesDeleteOptionalParams)

イメージを削除します。

beginDeleteAndWait(string, string, ImagesDeleteOptionalParams)

イメージを削除します。

beginUpdate(string, string, ImageUpdate, ImagesUpdateOptionalParams)

イメージを更新します。

beginUpdateAndWait(string, string, ImageUpdate, ImagesUpdateOptionalParams)

イメージを更新します。

get(string, string, ImagesGetOptionalParams)

イメージを取得します。

list(ImagesListOptionalParams)

サブスクリプション内のイメージの一覧を取得します。 応答で nextLink プロパティを使用して、Images の次のページを取得します。 すべてのイメージをフェッチするには、nextLink が null になるまでこれを行います。

listByResourceGroup(string, ImagesListByResourceGroupOptionalParams)

リソース グループの下にあるイメージの一覧を取得します。 応答で nextLink プロパティを使用して、Images の次のページを取得します。 すべてのイメージをフェッチするには、nextLink が null になるまでこれを行います。

メソッドの詳細

beginCreateOrUpdate(string, string, Image_2, ImagesCreateOrUpdateOptionalParams)

イメージを作成または更新します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

imageName

string

イメージの名前。

parameters
Image

イメージの作成操作に指定されたパラメーター。

options
ImagesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

beginCreateOrUpdateAndWait(string, string, Image_2, ImagesCreateOrUpdateOptionalParams)

イメージを作成または更新します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

imageName

string

イメージの名前。

parameters
Image

イメージの作成操作に指定されたパラメーター。

options
ImagesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<Image>

beginDelete(string, string, ImagesDeleteOptionalParams)

イメージを削除します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

imageName

string

イメージの名前。

options
ImagesDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, ImagesDeleteOptionalParams)

イメージを削除します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

imageName

string

イメージの名前。

options
ImagesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, ImageUpdate, ImagesUpdateOptionalParams)

イメージを更新します。

function beginUpdate(resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Image_2>, Image_2>>

パラメーター

resourceGroupName

string

リソース グループの名前。

imageName

string

イメージの名前。

parameters
ImageUpdate

イメージの更新操作に指定されたパラメーター。

options
ImagesUpdateOptionalParams

options パラメーター。

戻り値

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

beginUpdateAndWait(string, string, ImageUpdate, ImagesUpdateOptionalParams)

イメージを更新します。

function beginUpdateAndWait(resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams): Promise<Image_2>

パラメーター

resourceGroupName

string

リソース グループの名前。

imageName

string

イメージの名前。

parameters
ImageUpdate

イメージの更新操作に指定されたパラメーター。

options
ImagesUpdateOptionalParams

options パラメーター。

戻り値

Promise<Image>

get(string, string, ImagesGetOptionalParams)

イメージを取得します。

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

パラメーター

resourceGroupName

string

リソース グループの名前。

imageName

string

イメージの名前。

options
ImagesGetOptionalParams

options パラメーター。

戻り値

Promise<Image>

list(ImagesListOptionalParams)

サブスクリプション内のイメージの一覧を取得します。 応答で nextLink プロパティを使用して、Images の次のページを取得します。 すべてのイメージをフェッチするには、nextLink が null になるまでこれを行います。

function list(options?: ImagesListOptionalParams): PagedAsyncIterableIterator<Image_2, Image_2[], PageSettings>

パラメーター

options
ImagesListOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, ImagesListByResourceGroupOptionalParams)

リソース グループの下にあるイメージの一覧を取得します。 応答で nextLink プロパティを使用して、Images の次のページを取得します。 すべてのイメージをフェッチするには、nextLink が null になるまでこれを行います。

function listByResourceGroup(resourceGroupName: string, options?: ImagesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Image_2, Image_2[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。

options
ImagesListByResourceGroupOptionalParams

options パラメーター。

戻り値