Freigeben über


ExpressRouteGatewaysOperationsExtensions.BeginDeleteAsync Methode

Definition

Löscht das angegebene ExpressRoute-Gateway in einer Ressourcengruppe. Eine ExpressRoute-Gatewayressource kann nur gelöscht werden, wenn keine Verbindungsunterressourcen vorhanden sind.

public static System.Threading.Tasks.Task BeginDeleteAsync(this Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations operations, string resourceGroupName, string expressRouteGatewayName, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.Network.IExpressRouteGatewaysOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeleteAsync (operations As IExpressRouteGatewaysOperations, resourceGroupName As String, expressRouteGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IExpressRouteGatewaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

expressRouteGatewayName
String

Der Name des ExpressRoute-Gateways.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: