PostRulestackRuleResource.GetCounters(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 requête/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/postRules/{priority}/getCounters
- IdPostRules_getCounters d’opération
public virtual Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallRuleCounter> GetCounters (string firewallName = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCounters : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallRuleCounter>
override this.GetCounters : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.FirewallRuleCounter>
Public Overridable Function GetCounters (Optional firewallName As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of FirewallRuleCounter)
Paramètres
- firewallName
- String
Chaîne à utiliser.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.