Interface CosmosDBAccount.DefinitionStages.WithWriteReplication
- All Known Subinterfaces:
CosmosDBAccount.Definition
- Enclosing interface:
CosmosDBAccount.DefinitionStages
public static interface CosmosDBAccount.DefinitionStages.WithWriteReplication
The stage of the cosmos db definition allowing the definition of a read location.
-
Method Summary
Modifier and TypeMethodDescriptionwithWriteReplication(com.azure.core.management.Region region) A georeplication location for the CosmosDB account.
-
Method Details
-
withWriteReplication
CosmosDBAccount.DefinitionStages.WithCreate withWriteReplication(com.azure.core.management.Region region) A georeplication location for the CosmosDB account.- Parameters:
region- the region for the location- Returns:
- the next stage
-