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