Table of Contents

Interface IWithReadReplication

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition
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 Region

The region for the location.

isZoneRedundant bool?

Flag to indicate whether or not this region is an AvailabilityZone region.

Returns

IWithCreate