次の方法で共有


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

定義

ラベルを更新します。

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

パラメーター

patch
EasmLabelPatch

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

cancellationToken
CancellationToken

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

戻り値

例外

patch が null です。

適用対象