GlobalRulestackResource.GetSecurityServicesAsync 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.
Répertorier les services de sécurité pour rulestack
- Chemin d’accès de la demande/providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listSecurityServices
- IdGlobalRulestack_listSecurityServices d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackSecurityServiceListResult>> GetSecurityServicesAsync (Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackSecurityServiceType type, string skip = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityServicesAsync : Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackSecurityServiceType * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackSecurityServiceListResult>>
override this.GetSecurityServicesAsync : Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackSecurityServiceType * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackSecurityServiceListResult>>
Public Overridable Function GetSecurityServicesAsync (type As RulestackSecurityServiceType, Optional skip As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RulestackSecurityServiceListResult))
Paramètres
RulestackSecurityServiceType à utiliser.
- skip
- String
Chaîne à utiliser.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.