Compartilhar via


FirewallPolicyRuleCollectionGroupsOperationsExtensions.ListAsync Método

Definição

Lista todos os FirewallPolicyRuleCollectionGroups em um recurso FirewallPolicy.

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))

Parâmetros

operations
IFirewallPolicyRuleCollectionGroupsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

firewallPolicyName
String

O nome da Política de Firewall.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a