GlobalRulestackResource.GetPreRulestackRuleAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obter um PreRulesResource
- Caminho da Solicitação/provedores/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/preRules/{priority}
- Operação IdPreRules_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.PreRulestackRuleResource>> GetPreRulestackRuleAsync (string priority, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPreRulestackRuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.PreRulestackRuleResource>>
override this.GetPreRulestackRuleAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.PreRulestackRuleResource>>
Public Overridable Function GetPreRulestackRuleAsync (priority As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PreRulestackRuleResource))
Parâmetros
- priority
- String
Prioridade de pré-regra.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
priority
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
priority
é nulo.