Compartilhar via


GalleryApplicationsOperationsExtensions.Delete Método

Definição

Excluir um aplicativo de galeria.

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)

Parâmetros

operations
IGalleryApplicationsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

galleryName
String

O nome da Galeria de Aplicativos Compartilhados na qual a Definição de Aplicativo deve ser excluída.

galleryApplicationName
String

O nome da definição de aplicativo da galeria a ser excluída.

Aplica-se a