EasmLabelCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DefenderEasm.EasmLabelResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string labelName, Azure.ResourceManager.DefenderEasm.EasmLabelData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DefenderEasm.EasmLabelData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DefenderEasm.EasmLabelResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DefenderEasm.EasmLabelData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DefenderEasm.EasmLabelResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, labelName As String, data As EasmLabelData, Optional cancellationToken As CancellationToken = Nothing) As 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