IWithReadLocations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the cosmos db definition allowing the definition of a read location.
public interface IWithReadLocations : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>
type IWithReadLocations = interface
interface IAppliable<ICosmosDBAccount>
interface IIndexable
Public Interface IWithReadLocations
Implements IAppliable(Of ICosmosDBAccount)
- Derived
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Apply() |
Execute the update request. (Inherited from IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute the update request asynchronously. (Inherited from IAppliable<T>) |
WithoutAllReplications() |
Removes all replications for the CosmosDB account. |
WithoutReadReplication(Region) |
Removes a read location for the CosmosDB account. |
WithReadReplication(Region, Nullable<Boolean>) |
Sets a read location for the CosmosDB account. |