DevCenterEnvironmentTypeCollection.CreateOrUpdate Method

Definition

Creates or updates an environment type.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/environmentTypes/{environmentTypeName}
  • Operation Id: EnvironmentTypes_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string environmentTypeName, Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DevCenter.DevCenterEnvironmentTypeResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, environmentTypeName As String, data As DevCenterEnvironmentTypeData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DevCenterEnvironmentTypeResource)

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.

environmentTypeName
String

The name of the environment type.

data
DevCenterEnvironmentTypeData

Represents an Environment Type.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

environmentTypeName or data is null.

Applies to