ImagesOperations interface

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

プロパティ

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

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

delete
get

イメージを取得します。

list

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

listByResourceGroup

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

update

イメージを更新します。

プロパティの詳細

beginCreateOrUpdate

警告

この API は非推奨になりました。

use createOrUpdate instead

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

プロパティ値

(resourceGroupName: string, imageName: string, parameters: Image, options?: ImagesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Image>, Image>>

beginCreateOrUpdateAndWait

警告

この API は非推奨になりました。

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, imageName: string, parameters: Image, options?: ImagesCreateOrUpdateOptionalParams) => Promise<Image>

プロパティ値

(resourceGroupName: string, imageName: string, parameters: Image, options?: ImagesCreateOrUpdateOptionalParams) => Promise<Image>

beginDelete

警告

この API は非推奨になりました。

use delete instead

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

プロパティ値

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

beginDeleteAndWait

警告

この API は非推奨になりました。

use delete instead

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

プロパティ値

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

beginUpdate

警告

この API は非推奨になりました。

use update instead

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

プロパティ値

(resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<Image>, Image>>

beginUpdateAndWait

警告

この API は非推奨になりました。

use update instead

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

プロパティ値

(resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams) => Promise<Image>

createOrUpdate

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

createOrUpdate: (resourceGroupName: string, imageName: string, parameters: Image, options?: ImagesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Image>, Image>

プロパティ値

(resourceGroupName: string, imageName: string, parameters: Image, options?: ImagesCreateOrUpdateOptionalParams) => PollerLike<OperationState<Image>, Image>

delete

delete: (resourceGroupName: string, imageName: string, options?: ImagesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

プロパティ値

(resourceGroupName: string, imageName: string, options?: ImagesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

イメージを取得します。

get: (resourceGroupName: string, imageName: string, options?: ImagesGetOptionalParams) => Promise<Image>

プロパティ値

(resourceGroupName: string, imageName: string, options?: ImagesGetOptionalParams) => Promise<Image>

list

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

list: (options?: ImagesListOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>

プロパティ値

(options?: ImagesListOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>

listByResourceGroup

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

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

プロパティ値

(resourceGroupName: string, options?: ImagesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Image, Image[], PageSettings>

update

イメージを更新します。

update: (resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams) => PollerLike<OperationState<Image>, Image>

プロパティ値

(resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams) => PollerLike<OperationState<Image>, Image>