Share via


FirewallPolicyRuleGroupsOperationsExtensions.BeginDeleteAsync Method

Definition

Deletes the specified FirewallPolicyRuleGroup.

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

Parameters

operations
IFirewallPolicyRuleGroupsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

firewallPolicyName
String

The name of the Firewall Policy.

ruleGroupName
String

The name of the FirewallPolicyRuleGroup.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to