Share via


FirewallPolicyRuleCollectionGroupsOperationsExtensions.GetAsync Method

Definition

Gets the specified FirewallPolicyRuleCollectionGroup.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.FirewallPolicyRuleCollectionGroup> GetAsync (this Microsoft.Azure.Management.Network.IFirewallPolicyRuleCollectionGroupsOperations operations, string resourceGroupName, string firewallPolicyName, string ruleCollectionGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.IFirewallPolicyRuleCollectionGroupsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.FirewallPolicyRuleCollectionGroup>
<Extension()>
Public Function GetAsync (operations As IFirewallPolicyRuleCollectionGroupsOperations, resourceGroupName As String, firewallPolicyName As String, ruleCollectionGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FirewallPolicyRuleCollectionGroup)

Parameters

operations
IFirewallPolicyRuleCollectionGroupsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

firewallPolicyName
String

The name of the Firewall Policy.

ruleCollectionGroupName
String

The name of the FirewallPolicyRuleCollectionGroup.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to