Class RegionForOnlineOffline
java.lang.Object
com.microsoft.azure.management.cosmosdb.RegionForOnlineOffline
Cosmos DB region to online or offline.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionregion()Get cosmos DB region, with spaces between words and each word capitalized.withRegion(String region) Set cosmos DB region, with spaces between words and each word capitalized.
-
Constructor Details
-
RegionForOnlineOffline
public RegionForOnlineOffline()
-
-
Method Details
-
region
Get cosmos DB region, with spaces between words and each word capitalized.- Returns:
- the region value
-
withRegion
Set cosmos DB region, with spaces between words and each word capitalized.- Parameters:
region- the region value to set- Returns:
- the RegionForOnlineOffline object itself.
-