GlobalRulestackResource.GetGlobalRulestackFqdn Method

Definition

Get a FqdnListGlobalRulestackResource

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

Parameters

name
String

fqdn list name.

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