Compartir a través de


GalleriesOperationsExtensions.Delete Método

Definición

Elimine un Shared Image Gallery.

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

Parámetros

operations
IGalleriesOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

galleryName
String

Nombre del Shared Image Gallery que se va a eliminar.

Se aplica a