次の方法で共有


GalleryApplicationVersions interface

GalleryApplicationVersions を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, string, GalleryApplicationVersion, GalleryApplicationVersionsCreateOrUpdateOptionalParams)

ギャラリーアプリケーションバージョンを作成または更新します。

beginCreateOrUpdateAndWait(string, string, string, string, GalleryApplicationVersion, GalleryApplicationVersionsCreateOrUpdateOptionalParams)

ギャラリーアプリケーションバージョンを作成または更新します。

beginDelete(string, string, string, string, GalleryApplicationVersionsDeleteOptionalParams)

ギャラリーアプリケーションバージョンを削除します。

beginDeleteAndWait(string, string, string, string, GalleryApplicationVersionsDeleteOptionalParams)

ギャラリーアプリケーションバージョンを削除します。

beginUpdate(string, string, string, string, GalleryApplicationVersionUpdate, GalleryApplicationVersionsUpdateOptionalParams)

ギャラリーアプリケーションのバージョンを更新します。

beginUpdateAndWait(string, string, string, string, GalleryApplicationVersionUpdate, GalleryApplicationVersionsUpdateOptionalParams)

ギャラリーアプリケーションのバージョンを更新します。

get(string, string, string, string, GalleryApplicationVersionsGetOptionalParams)

ギャラリーのアプリケーション バージョンに関する情報を取得します。

listByGalleryApplication(string, string, string, GalleryApplicationVersionsListByGalleryApplicationOptionalParams)

ギャラリーアプリケーション定義でギャラリーアプリケーションのバージョンを一覧表示します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, string, GalleryApplicationVersion, GalleryApplicationVersionsCreateOrUpdateOptionalParams)

ギャラリーアプリケーションバージョンを作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, galleryApplicationVersion: GalleryApplicationVersion, options?: GalleryApplicationVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryApplicationVersion>, GalleryApplicationVersion>>

パラメーター

resourceGroupName

string

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

galleryName

string

アプリケーション定義が存在する共有アプリケーション ギャラリーの名前。

galleryApplicationName

string

アプリケーション バージョンを作成するギャラリーアプリケーション定義の名前。

galleryApplicationVersionName

string

作成するギャラリーアプリケーションバージョンの名前。 セマンティック バージョン名パターンに従う必要があります。使用できる文字は数字とピリオドです。 数字は、32 ビット整数の範囲内である必要があります。 形式:。。

galleryApplicationVersion
GalleryApplicationVersion

ギャラリーの作成または更新のアプリケーション バージョン操作に指定されたパラメーター。

options
GalleryApplicationVersionsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

beginCreateOrUpdateAndWait(string, string, string, string, GalleryApplicationVersion, GalleryApplicationVersionsCreateOrUpdateOptionalParams)

ギャラリーアプリケーションバージョンを作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, galleryApplicationVersion: GalleryApplicationVersion, options?: GalleryApplicationVersionsCreateOrUpdateOptionalParams): Promise<GalleryApplicationVersion>

パラメーター

resourceGroupName

string

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

galleryName

string

アプリケーション定義が存在する共有アプリケーション ギャラリーの名前。

galleryApplicationName

string

アプリケーション バージョンを作成するギャラリーアプリケーション定義の名前。

galleryApplicationVersionName

string

作成するギャラリーアプリケーションバージョンの名前。 セマンティック バージョン名パターンに従う必要があります。使用できる文字は数字とピリオドです。 数字は、32 ビット整数の範囲内である必要があります。 形式:。。

galleryApplicationVersion
GalleryApplicationVersion

ギャラリーの作成または更新のアプリケーション バージョン操作に指定されたパラメーター。

options
GalleryApplicationVersionsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

beginDelete(string, string, string, string, GalleryApplicationVersionsDeleteOptionalParams)

ギャラリーアプリケーションバージョンを削除します。

function beginDelete(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, options?: GalleryApplicationVersionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

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

galleryName

string

アプリケーション定義が存在する共有アプリケーション ギャラリーの名前。

galleryApplicationName

string

アプリケーション バージョンが存在するギャラリーアプリケーション定義の名前。

galleryApplicationVersionName

string

削除するギャラリーアプリケーションバージョンの名前。

options
GalleryApplicationVersionsDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, string, string, GalleryApplicationVersionsDeleteOptionalParams)

ギャラリーアプリケーションバージョンを削除します。

function beginDeleteAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, options?: GalleryApplicationVersionsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

galleryName

string

アプリケーション定義が存在する共有アプリケーション ギャラリーの名前。

galleryApplicationName

string

アプリケーション バージョンが存在するギャラリーアプリケーション定義の名前。

galleryApplicationVersionName

string

削除するギャラリーアプリケーションバージョンの名前。

options
GalleryApplicationVersionsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, string, string, GalleryApplicationVersionUpdate, GalleryApplicationVersionsUpdateOptionalParams)

ギャラリーアプリケーションのバージョンを更新します。

function beginUpdate(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, galleryApplicationVersion: GalleryApplicationVersionUpdate, options?: GalleryApplicationVersionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryApplicationVersion>, GalleryApplicationVersion>>

パラメーター

resourceGroupName

string

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

galleryName

string

アプリケーション定義が存在する共有アプリケーション ギャラリーの名前。

galleryApplicationName

string

アプリケーション バージョンを更新するギャラリーアプリケーション定義の名前。

galleryApplicationVersionName

string

更新するギャラリーアプリケーションバージョンの名前。 セマンティック バージョン名パターンに従う必要があります。使用できる文字は数字とピリオドです。 数字は、32 ビット整数の範囲内である必要があります。 形式:。。

galleryApplicationVersion
GalleryApplicationVersionUpdate

更新ギャラリーのアプリケーション バージョン操作に指定されたパラメーター。

options
GalleryApplicationVersionsUpdateOptionalParams

options パラメーター。

戻り値

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

beginUpdateAndWait(string, string, string, string, GalleryApplicationVersionUpdate, GalleryApplicationVersionsUpdateOptionalParams)

ギャラリーアプリケーションのバージョンを更新します。

function beginUpdateAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, galleryApplicationVersion: GalleryApplicationVersionUpdate, options?: GalleryApplicationVersionsUpdateOptionalParams): Promise<GalleryApplicationVersion>

パラメーター

resourceGroupName

string

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

galleryName

string

アプリケーション定義が存在する共有アプリケーション ギャラリーの名前。

galleryApplicationName

string

アプリケーション バージョンを更新するギャラリーアプリケーション定義の名前。

galleryApplicationVersionName

string

更新するギャラリーアプリケーションバージョンの名前。 セマンティック バージョン名パターンに従う必要があります。使用できる文字は数字とピリオドです。 数字は、32 ビット整数の範囲内である必要があります。 形式:。。

galleryApplicationVersion
GalleryApplicationVersionUpdate

更新ギャラリーのアプリケーション バージョン操作に指定されたパラメーター。

options
GalleryApplicationVersionsUpdateOptionalParams

options パラメーター。

戻り値

get(string, string, string, string, GalleryApplicationVersionsGetOptionalParams)

ギャラリーのアプリケーション バージョンに関する情報を取得します。

function get(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, options?: GalleryApplicationVersionsGetOptionalParams): Promise<GalleryApplicationVersion>

パラメーター

resourceGroupName

string

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

galleryName

string

アプリケーション定義が存在する共有アプリケーション ギャラリーの名前。

galleryApplicationName

string

アプリケーション バージョンが存在するギャラリーアプリケーション定義の名前。

galleryApplicationVersionName

string

取得するギャラリーアプリケーションバージョンの名前。

options
GalleryApplicationVersionsGetOptionalParams

options パラメーター。

戻り値

listByGalleryApplication(string, string, string, GalleryApplicationVersionsListByGalleryApplicationOptionalParams)

ギャラリーアプリケーション定義でギャラリーアプリケーションのバージョンを一覧表示します。

function listByGalleryApplication(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationVersionsListByGalleryApplicationOptionalParams): PagedAsyncIterableIterator<GalleryApplicationVersion, GalleryApplicationVersion[], PageSettings>

パラメーター

resourceGroupName

string

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

galleryName

string

アプリケーション定義が存在する共有アプリケーション ギャラリーの名前。

galleryApplicationName

string

アプリケーション バージョンの一覧表示元となる共有アプリケーション ギャラリー アプリケーション定義の名前。

戻り値