Sdílet prostřednictvím


RouteFiltersOperationsExtensions.BeginDelete Method

Definition

Deletes the specified route filter.

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

Parameters

operations
IRouteFiltersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

routeFilterName
String

The name of the route filter.

Applies to