LocalRulestackResource.GetCountries Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of RulestackCountry that may take multiple service requests to iterate over.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET