GlobalRulestackResource.GetGlobalRulestackPrefixAsync Method

Definition

Get a PrefixListGlobalRulestackResource

  • Request Path: /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/prefixlists/{name}
  • Operation Id: PrefixListGlobalRulestack_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackPrefixResource>> GetGlobalRulestackPrefixAsync (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGlobalRulestackPrefixAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackPrefixResource>>
override this.GetGlobalRulestackPrefixAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackPrefixResource>>
Public Overridable Function GetGlobalRulestackPrefixAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GlobalRulestackPrefixResource))

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