次の方法で共有


PreRulestackRuleCollection.GetAsync(String, CancellationToken) メソッド

定義

PreRulesResource を取得する

  • 要求パス/プロバイダー/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/preRules/{priority}
  • 操作IdPreRules_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.PreRulestackRuleResource>> GetAsync (string priority, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.PreRulestackRuleResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.PreRulestackRuleResource>>
Public Overridable Function GetAsync (priority As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PreRulestackRuleResource))

パラメーター

priority
String

ルールの優先順位より前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

priority は空の文字列であり、空でないと想定されていました。

priority が null です。

適用対象