GlobalRulestackFqdnCollection.GetIfExistsAsync 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 System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackFqdnResource>> GetIfExistsAsync(string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackFqdnResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.PaloAltoNetworks.Ngfw.GlobalRulestackFqdnResource>>
Public Overridable Function GetIfExistsAsync (name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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