次の方法で共有


LocalRulestackResource.UpdateAsync メソッド

定義

LocalRulestackResource を更新する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/PaloAltoNetworks.Cloudngfw/localRulestacks/{localRulestackName}
  • 操作IdLocalRulestacks_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackResource>> UpdateAsync (Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.LocalRulestackPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.LocalRulestackPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackResource>>
override this.UpdateAsync : Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.LocalRulestackPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.PaloAltoNetworks.Ngfw.LocalRulestackResource>>
Public Overridable Function UpdateAsync (patch As LocalRulestackPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of LocalRulestackResource))

パラメーター

patch
LocalRulestackPatch

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

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象