Images interface
イメージを表すインターフェイス。
メソッド
begin |
イメージを作成または更新します。 |
begin |
イメージを作成または更新します。 |
begin |
イメージを削除します。 |
begin |
イメージを削除します。 |
begin |
イメージを更新します。 |
begin |
イメージを更新します。 |
get(string, string, Images |
イメージを取得します。 |
list(Images |
サブスクリプション内のイメージの一覧を取得します。 応答で nextLink プロパティを使用して、画像の次のページを取得します。 これを行うには、nextLink が null になるまで、すべてのイメージをフェッチします。 |
list |
リソース グループの下にあるイメージの一覧を取得します。 応答で nextLink プロパティを使用して、画像の次のページを取得します。 これを行うには、nextLink が null になるまで、すべてのイメージをフェッチします。 |
メソッドの詳細
beginCreateOrUpdate(string, string, Image, ImagesCreateOrUpdateOptionalParams)
イメージを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, imageName: string, parameters: Image, options?: ImagesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Image>, Image>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- imageName
-
string
イメージの名前。
- parameters
- Image
イメージの作成操作に指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Image>, Image>>
beginCreateOrUpdateAndWait(string, string, Image, ImagesCreateOrUpdateOptionalParams)
イメージを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, imageName: string, parameters: Image, options?: ImagesCreateOrUpdateOptionalParams): Promise<Image>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- imageName
-
string
イメージの名前。
- parameters
- Image
イメージの作成操作に指定されたパラメーター。
オプション パラメーター。
戻り値
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
オプション パラメーター。
戻り値
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
オプション パラメーター。
戻り値
Promise<void>
beginUpdate(string, string, ImageUpdate, ImagesUpdateOptionalParams)
イメージを更新します。
function beginUpdate(resourceGroupName: string, imageName: string, parameters: ImageUpdate, options?: ImagesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Image>, Image>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- imageName
-
string
イメージの名前。
- parameters
- ImageUpdate
イメージの更新操作に指定されたパラメーター。
- options
- ImagesUpdateOptionalParams
オプション パラメーター。
戻り値
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>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- imageName
-
string
イメージの名前。
- parameters
- ImageUpdate
イメージの更新操作に指定されたパラメーター。
- options
- ImagesUpdateOptionalParams
オプション パラメーター。
戻り値
Promise<Image>
get(string, string, ImagesGetOptionalParams)
イメージを取得します。
function get(resourceGroupName: string, imageName: string, options?: ImagesGetOptionalParams): Promise<Image>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- imageName
-
string
イメージの名前。
- options
- ImagesGetOptionalParams
オプション パラメーター。
戻り値
Promise<Image>
list(ImagesListOptionalParams)
サブスクリプション内のイメージの一覧を取得します。 応答で nextLink プロパティを使用して、画像の次のページを取得します。 これを行うには、nextLink が null になるまで、すべてのイメージをフェッチします。
function list(options?: ImagesListOptionalParams): PagedAsyncIterableIterator<Image, Image[], PageSettings>
パラメーター
- options
- ImagesListOptionalParams
オプション パラメーター。
戻り値
listByResourceGroup(string, ImagesListByResourceGroupOptionalParams)
リソース グループの下にあるイメージの一覧を取得します。 応答で nextLink プロパティを使用して、画像の次のページを取得します。 これを行うには、nextLink が null になるまで、すべてのイメージをフェッチします。
function listByResourceGroup(resourceGroupName: string, options?: ImagesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Image, Image[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
オプション パラメーター。