Share via


GlobalRulestackFqdnCollection.GetIfExists(String, CancellationToken) Method

Definition

Get a FqdnListGlobalRulestackResource

  • Request Path. : /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/fqdnlists/{name}.
  • Operation Id. : FqdnListGlobalRulestackResources_Get.
  • Default Api Version. : 2025-10-08.
public virtual Azure.NullableResponse<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackFqdnResource> GetIfExists(string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackFqdnResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackFqdnResource>
Public Overridable Function GetIfExists (name As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(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