Interface CosmosDBAccount.DefinitionStages.WithWriteReplication
-
- All Known Subinterfaces:
CosmosDBAccount.Definition
- Enclosing interface:
- CosmosDBAccount.DefinitionStages
public static interface CosmosDBAccount.DefinitionStages.WithWriteReplicationThe stage of the cosmos db definition allowing the definition of a read location.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CosmosDBAccount.DefinitionStages.WithCreatewithWriteReplication(com.microsoft.azure.management.resources.fluentcore.arm.Region region)A georeplication location for the CosmosDB account.
-
-
-
Method Detail
-
withWriteReplication
CosmosDBAccount.DefinitionStages.WithCreate withWriteReplication(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
A georeplication location for the CosmosDB account.- Parameters:
region- the region for the location- Returns:
- the next stage
-
-