Share via


ApiCenterEnvironmentCollection.CreateOrUpdate Method

Definition

Creates new or updates existing environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiCenter/services/{serviceName}/workspaces/{workspaceName}/environments/{environmentName}
  • Operation Id: Environments_CreateOrUpdate
  • Default Api Version: 2024-03-01
  • Resource: ApiCenterEnvironmentResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApiCenter.ApiCenterEnvironmentResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string environmentName, Azure.ResourceManager.ApiCenter.ApiCenterEnvironmentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ApiCenter.ApiCenterEnvironmentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApiCenter.ApiCenterEnvironmentResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ApiCenter.ApiCenterEnvironmentData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ApiCenter.ApiCenterEnvironmentResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, environmentName As String, data As ApiCenterEnvironmentData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ApiCenterEnvironmentResource)

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.

environmentName
String

The name of the environment.

data
ApiCenterEnvironmentData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

environmentName or data is null.

Applies to