PreRulestackRuleResource.GetCountersAsync(String, CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenir des compteurs
- Chemin de la demande/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/preRules/{priority}/getCounters
- IdPreRules_getCounters d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallRuleCounter>> GetCountersAsync (string firewallName = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCountersAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallRuleCounter>>
override this.GetCountersAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallRuleCounter>>
Public Overridable Function GetCountersAsync (Optional firewallName As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FirewallRuleCounter))
Paramètres
- firewallName
- String
Chaîne à utiliser.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.