Bagikan melalui


GlobalRulestackResource.GetPredefinedUrlCategoriesAsync Method

Definition

List predefined URL categories for rulestack

  • Request Path: /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/listPredefinedUrlCategories
  • Operation Id: GlobalRulestack_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)

Parameters

skip
String

The String to use.

top
Nullable<Int32>

The Int32? to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of PredefinedUrlCategory that may take multiple service requests to iterate over.

Applies to