次の方法で共有


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

定義

PreRulesResource を取得する

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

パラメーター

priority
String

ルールの優先度より前。

cancellationToken
CancellationToken

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

戻り値

例外

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

priority が null です。

適用対象