Sdílet prostřednictvím


ExpressRouteGatewaysOperationsExtensions.BeginDelete Method

Definition

Deletes the specified ExpressRoute gateway in a resource group. An ExpressRoute gateway resource can only be deleted when there are no connection subresources.

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

Parameters

operations
IExpressRouteGatewaysOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

expressRouteGatewayName
String

The name of the ExpressRoute gateway.

Applies to