Interface IWithReadReplication
- Assembly
- Microsoft.Azure.Management.CosmosDB.Fluent.dll
The stage of the cosmos db definition allowing the definition of a read location.
public interface IWithReadReplication
Methods
WithReadReplication(Region, bool?)
Sets a read location for the CosmosDB account.
IWithCreate WithReadReplication(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.