Interface CosmosDBAccount.DefinitionStages.WithReadReplication
-
- All Known Subinterfaces:
CosmosDBAccount.Definition,CosmosDBAccount.DefinitionStages.WithCreate
- Enclosing interface:
- CosmosDBAccount.DefinitionStages
public static interface CosmosDBAccount.DefinitionStages.WithReadReplicationThe stage of the cosmos db definition allowing the definition of a write location.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CosmosDBAccount.DefinitionStages.WithCreatewithReadReplication(com.microsoft.azure.management.resources.fluentcore.arm.Region region)A georeplication location for the CosmosDB account.
-
-
-
Method Detail
-
withReadReplication
CosmosDBAccount.DefinitionStages.WithCreate withReadReplication(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
-
-