Freigeben über


FirewallPolicyRuleCollectionGroupsOperationsExtensions.ListAsync Methode

Definition

Listet alle FirewallPolicyRuleCollectionGroups in einer FirewallPolicy-Ressource auf.

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

Parameter

operations
IFirewallPolicyRuleCollectionGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

firewallPolicyName
String

Der Name der Firewallrichtlinie.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: