次の方法で共有


GalleryApplicationVersionsOperationsExtensions.DeleteAsync メソッド

定義

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

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName, string galleryApplicationVersionName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Compute.IGalleryApplicationVersionsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IGalleryApplicationVersionsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String, galleryApplicationVersionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
IGalleryApplicationVersionsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

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

galleryName
String

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

galleryApplicationName
String

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

galleryApplicationVersionName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象