Bagikan melalui


LocalRulestackResource.GetLocalRulestackFqdn Method

Definition

Get a FqdnListLocalRulestackResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/fqdnlists/{name}
  • Operation Id: FqdnListLocalRulestack_Get
public virtual Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackFqdnResource> GetLocalRulestackFqdn (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLocalRulestackFqdn : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackFqdnResource>
override this.GetLocalRulestackFqdn : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackFqdnResource>
Public Overridable Function GetLocalRulestackFqdn (name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LocalRulestackFqdnResource)

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