EasmLabelResource.UpdateAsync(EasmLabelPatch, CancellationToken) メソッド

定義

ラベルを更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Easm/workspaces/{workspaceName}/labels/{labelName}
  • 操作IdLabels_Update
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DefenderEasm.EasmLabelResource>> UpdateAsync (Azure.ResourceManager.DefenderEasm.Models.EasmLabelPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.DefenderEasm.Models.EasmLabelPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DefenderEasm.EasmLabelResource>>
override this.UpdateAsync : Azure.ResourceManager.DefenderEasm.Models.EasmLabelPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DefenderEasm.EasmLabelResource>>
Public Overridable Function UpdateAsync (patch As EasmLabelPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EasmLabelResource))

パラメーター

patch
EasmLabelPatch

パッチの詳細にラベルを付けます。

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象