Bagikan melalui


GlobalRulestackResource.GetGlobalRulestackPrefix Method

Definition

Get a PrefixListGlobalRulestackResource

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