LocalRulestackResource.GetLocalRulestackRuleAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a LocalRulesResource
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}/localRules/{priority}
- Operation Id: LocalRules_Get
- Default Api Version: 2023-09-01
- Resource: LocalRulestackRuleResource
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET