Interface CosmosDBAccount.UpdateStages.WithReadLocations
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Appliable<CosmosDBAccount>,com.microsoft.azure.management.resources.fluentcore.model.Indexable
- All Known Subinterfaces:
CosmosDBAccount.Update
- Enclosing interface:
- CosmosDBAccount.UpdateStages
public static interface CosmosDBAccount.UpdateStages.WithReadLocations extends com.microsoft.azure.management.resources.fluentcore.model.Appliable<CosmosDBAccount>
The stage of the cosmos db definition allowing the definition of a write location.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CosmosDBAccount.UpdateStages.WithReadLocationswithoutReadReplication(com.microsoft.azure.management.resources.fluentcore.arm.Region region)A georeplication location for the CosmosDB account.CosmosDBAccount.UpdateStages.WithReadLocationswithReadReplication(com.microsoft.azure.management.resources.fluentcore.arm.Region region)A georeplication location for the CosmosDB account.
-
-
-
Method Detail
-
withReadReplication
CosmosDBAccount.UpdateStages.WithReadLocations withReadReplication(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
A georeplication location for the CosmosDB account.- Parameters:
region- the region for the location- Returns:
- the next stage
-
withoutReadReplication
CosmosDBAccount.UpdateStages.WithReadLocations withoutReadReplication(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
A georeplication location for the CosmosDB account.- Parameters:
region- the region for the location- Returns:
- the next stage
-
-