次の方法で共有


LocalRulestackResource.GetPredefinedUrlCategoriesAsync メソッド

定義

ルールスタックの定義済み URL カテゴリを一覧表示する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listPredefinedUrlCategories
  • 操作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)

パラメーター

skip
String

使用する文字列。

top
Nullable<Int32>

使用する整数。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の PredefinedUrlCategory サービス要求を受け取る可能性がある の非同期コレクション。

適用対象