次の方法で共有


GlobalRulestackResource.Update メソッド

定義

GlobalRulestackResource を更新する

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

パラメーター

patch
GlobalRulestackPatch

更新するリソース プロパティ。

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象