public class Location extends Object
| Constructor and Description |
|---|
Location() |
| Modifier and Type | Method and Description |
|---|---|
String |
documentEndpoint()
Get the documentEndpoint value.
|
Integer |
failoverPriority()
Get the failoverPriority value.
|
String |
id()
Get the id value.
|
String |
locationName()
Get the locationName value.
|
String |
provisioningState()
Get the provisioningState value.
|
Location |
withFailoverPriority(Integer failoverPriority)
Set the failoverPriority value.
|
Location |
withLocationName(String locationName)
Set the locationName value.
|
Location |
withProvisioningState(String provisioningState)
Set the provisioningState value.
|
public String id()
public String locationName()
public Location withLocationName(String locationName)
locationName - the locationName value to setpublic String documentEndpoint()
public String provisioningState()
public Location withProvisioningState(String provisioningState)
provisioningState - the provisioningState value to setpublic Integer failoverPriority()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/