Class RegionForOnlineOffline
- java.lang.Object
-
- com.microsoft.azure.management.cosmosdb.RegionForOnlineOffline
-
public class RegionForOnlineOffline extends Object
Cosmos DB region to online or offline.
-
-
Constructor Summary
Constructors Constructor Description RegionForOnlineOffline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringregion()Get cosmos DB region, with spaces between words and each word capitalized.RegionForOnlineOfflinewithRegion(String region)Set cosmos DB region, with spaces between words and each word capitalized.
-
-
-
Method Detail
-
region
public String region()
Get cosmos DB region, with spaces between words and each word capitalized.- Returns:
- the region value
-
withRegion
public RegionForOnlineOffline withRegion(String region)
Set cosmos DB region, with spaces between words and each word capitalized.- Parameters:
region- the region value to set- Returns:
- the RegionForOnlineOffline object itself.
-
-