Share via


FirewallPolicyRuleGroupsOperationsExtensions.ListAsync Method

Definition

Lists all FirewallPolicyRuleGroups in a FirewallPolicy resource.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.FirewallPolicyRuleGroupInner>> ListAsync (this Microsoft.Azure.Management.Network.Fluent.IFirewallPolicyRuleGroupsOperations operations, string resourceGroupName, string firewallPolicyName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.Fluent.IFirewallPolicyRuleGroupsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.FirewallPolicyRuleGroupInner>>
<Extension()>
Public Function ListAsync (operations As IFirewallPolicyRuleGroupsOperations, resourceGroupName As String, firewallPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to