次の方法で共有


GalleryApplicationsOperationsExtensions.Delete メソッド

定義

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

public static void Delete(this Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations operations, string resourceGroupName, string galleryName, string galleryApplicationName);
static member Delete : Microsoft.Azure.Management.Compute.IGalleryApplicationsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IGalleryApplicationsOperations, resourceGroupName As String, galleryName As String, galleryApplicationName As String)

パラメーター

operations
IGalleryApplicationsOperations

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

resourceGroupName
String

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

galleryName
String

アプリケーション定義を削除する共有アプリケーション ギャラリーの名前。

galleryApplicationName
String

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

適用対象