EasmLabelCollection.CreateOrUpdateAsync Method

Definition

Create or update a Label.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Easm/workspaces/{workspaceName}/labels/{labelName}
  • Operation Id: Labels_CreateAndUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DefenderEasm.EasmLabelResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string labelName, Azure.ResourceManager.DefenderEasm.EasmLabelData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.DefenderEasm.EasmLabelData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DefenderEasm.EasmLabelResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.DefenderEasm.EasmLabelData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DefenderEasm.EasmLabelResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, labelName As String, data As EasmLabelData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of EasmLabelResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

labelName
String

The name of the Label.

data
EasmLabelData

Label details.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

labelName is an empty string, and was expected to be non-empty.

labelName or data is null.

Applies to