public final class RegionForOnlineOffline extends Object
| Constructor and Description |
|---|
RegionForOnlineOffline() |
| Modifier and Type | Method and Description |
|---|---|
String |
region()
Get the region property: Cosmos DB region, with spaces between words and each word capitalized.
|
void |
validate()
Validates the instance.
|
RegionForOnlineOffline |
withRegion(String region)
Set the region property: Cosmos DB region, with spaces between words and each word capitalized.
|
public String region()
public RegionForOnlineOffline withRegion(String region)
region - the region value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.