CosmosDBFleetCollection.CreateOrUpdate Method

Definition

Creates an Azure Cosmos DB fleet under a subscription.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/fleets/{fleetName}
  • Operation Id: Fleet_Create
  • Default Api Version: 2025-10-15
  • Resource: CosmosDBFleetResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CosmosDBFleetResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string fleetName, Azure.ResourceManager.CosmosDB.CosmosDBFleetData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CosmosDB.CosmosDBFleetData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CosmosDBFleetResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CosmosDB.CosmosDBFleetData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CosmosDB.CosmosDBFleetResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, fleetName As String, data As CosmosDBFleetData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CosmosDBFleetResource)

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.

fleetName
String

Cosmos DB fleet name. Needs to be unique under a subscription.

data
CosmosDBFleetData

The parameters to provide for the current fleet.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

fleetName or data is null.

Applies to