Partilhar via


FirewallPolicyRuleGroupsOperationsExtensions.ListAsync Método

Definição

Lista todos os FirewallPolicyRuleGroups em um recurso FirewallPolicy.

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

Parâmetros

operations
IFirewallPolicyRuleGroupsOperations

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