Share via


VMwareClusterCollection.CreateOrUpdate Method

Definition

Create Or Update cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/clusters/{clusterName}
  • Operation Id: Clusters_Create
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareClusterResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string clusterName, Azure.ResourceManager.ConnectedVMwarevSphere.VMwareClusterData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ConnectedVMwarevSphere.VMwareClusterData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareClusterResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ConnectedVMwarevSphere.VMwareClusterData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ConnectedVMwarevSphere.VMwareClusterResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, clusterName As String, data As VMwareClusterData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of VMwareClusterResource)

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.

clusterName
String

Name of the cluster.

data
VMwareClusterData

Request payload.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

clusterName or data is null.

Applies to