public class RegionForOnlineOffline extends Object
| Constructor and Description |
|---|
RegionForOnlineOffline() |
| Modifier and Type | Method and Description |
|---|---|
String |
region()
Get cosmos DB region, with spaces between words and each word capitalized.
|
RegionForOnlineOffline |
withRegion(String region)
Set 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/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/