Partager via


LocalRulestackResource.GetPredefinedUrlCategoriesAsync Méthode

Définition

Répertorier les catégories d’URL prédéfinies pour rulestack

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listPredefinedUrlCategories
  • Opération IdLocalRulestacks_listPredefinedUrlCategories
public virtual Azure.AsyncPageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.PredefinedUrlCategory> GetPredefinedUrlCategoriesAsync (string skip = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPredefinedUrlCategoriesAsync : string * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.PredefinedUrlCategory>
override this.GetPredefinedUrlCategoriesAsync : string * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.PredefinedUrlCategory>
Public Overridable Function GetPredefinedUrlCategoriesAsync (Optional skip As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PredefinedUrlCategory)

Paramètres

skip
String

Chaîne à utiliser.

top
Nullable<Int32>

Entier à utiliser.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de PredefinedUrlCategory service pour itérer.

S’applique à