Sdílet prostřednictvím


VirtualRoutersOperationsExtensions.BeginDelete Method

Definition

Deletes the specified Virtual Router.

public static void BeginDelete (this Microsoft.Azure.Management.Network.IVirtualRoutersOperations operations, string resourceGroupName, string virtualRouterName);
static member BeginDelete : Microsoft.Azure.Management.Network.IVirtualRoutersOperations * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IVirtualRoutersOperations, resourceGroupName As String, virtualRouterName As String)

Parameters

operations
IVirtualRoutersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

virtualRouterName
String

The name of the Virtual Router.

Applies to