VirtualMachineExtensionsOperationsExtensions.Delete Method

Definition

The operation to delete the extension.

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

Parameters

operations
IVirtualMachineExtensionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

vmName
String

The name of the virtual machine where the extension should be deleted.

vmExtensionName
String

The name of the virtual machine extension.

Applies to