Bagikan melalui


LocalRulestackResource.GetCountries Method

Definition

List of countries for Rulestack

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/listCountries
  • Operation Id: LocalRulestacks_listCountries
public virtual Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackCountry> GetCountries (string skip = default, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCountries : string * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackCountry>
override this.GetCountries : string * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.RulestackCountry>
Public Overridable Function GetCountries (Optional skip As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RulestackCountry)

Parameters

skip
String

The String to use.

top
Nullable<Int32>

The Int32? to use.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of RulestackCountry that may take multiple service requests to iterate over.

Applies to