Bagikan melalui


LocalRulestackResource.GetLocalRulestackRuleAsync Method

Definition

Get a LocalRulesResource

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

Parameters

priority
String

Local Rule priority.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

priority is null.

priority is an empty string, and was expected to be non-empty.

Applies to