CosmosDBAccount.DefinitionStages.WithReadReplication Interface
public static interface CosmosDBAccount.DefinitionStages.WithReadReplication
The stage of the cosmos db definition allowing the definition of a write location.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withReadReplication(Region region)
A georeplication location for the CosmosDB account. |
Method Details
withReadReplication
public abstract CosmosDBAccount.DefinitionStages.WithCreate withReadReplication(Region region)
A georeplication location for the CosmosDB account.
Parameters:
region
- the region for the location
Returns:
the next stage
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java