Interface IWithWriteReplication
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the cosmos db definition allowing the definition of a write location.
public interface IWithWriteReplication
Methods
WithDefaultWriteReplication()
Sets the write location same as the CosmosDB account location.
IWithCreate WithDefaultWriteReplication()
Returns
WithWriteReplication(Region, bool?)
Sets a write location for the CosmosDB account.
IWithCreate WithWriteReplication(Region region, bool? isZoneRedundant = null)
Parameters
region
RegionThe region for the location.
isZoneRedundant
bool?Flag to indicate whether or not this region is an AvailabilityZone region.