FirewallPolicyRuleGroupsOperationsExtensions.BeginCreateOrUpdateAsync Method

Definition

Creates or updates the specified FirewallPolicyRuleGroup.

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

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.

parameters
FirewallPolicyRuleGroupInner

Parameters supplied to the create or update FirewallPolicyRuleGroup operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to