Share via


LocalRulestackResource.GetLocalRulestackPrefixAsync Method

Definition

Get a PrefixListResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/prefixlists/{name}
  • Operation Id: PrefixListLocalRulestack_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackPrefixResource>> GetLocalRulestackPrefixAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLocalRulestackPrefixAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackPrefixResource>>
override this.GetLocalRulestackPrefixAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackPrefixResource>>
Public Overridable Function GetLocalRulestackPrefixAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LocalRulestackPrefixResource))

Parameters

name
String

Local Rule priority.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

name is null.

name is an empty string, and was expected to be non-empty.

Applies to