CosmosDBAccount.DefinitionStages.WithWriteReplication Interface
public static interface CosmosDBAccount.DefinitionStages.WithWriteReplication
The stage of the cosmos db definition allowing the definition of a read location.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withWriteReplication(Region region)
A georeplication location for the CosmosDB account. |
Method Details
withWriteReplication
public abstract CosmosDBAccount.DefinitionStages.WithCreate withWriteReplication(Region region)
A georeplication location for the CosmosDB account.
Parameters:
region
- the region for the location
Returns:
the next stage
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java