LocalRulestackResource.GetCountriesAsync メソッド

定義

Rulestack の国の一覧

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listCountries
  • 操作IdLocalRulestacks_listCountries
public virtual Azure.AsyncPageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackCountry> GetCountriesAsync (string skip = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCountriesAsync : string * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackCountry>
override this.GetCountriesAsync : string * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackCountry>
Public Overridable Function GetCountriesAsync (Optional skip As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RulestackCountry)

パラメーター

skip
String

使用する文字列。

top
Nullable<Int32>

使用する整数。

cancellationToken
CancellationToken

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

戻り値

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

適用対象