Location 类
定义
A region in which the Azure DocumentDB database account is deployed.
public class Location
- 继承
-
java.lang.ObjectLocation
方法
documentEndpoint() |
Get the documentEndpoint value.
|
failoverPriority() |
Get the failoverPriority value.
|
id() |
Get the id value.
|
locationName() |
Get the locationName value.
|
provisioningState() |
Get the provisioningState value.
|
withFailoverPriority(Integer failoverPriority) |
Set the failoverPriority value.
|
withLocationName(String locationName) |
Set the locationName value.
|
withProvisioningState(String provisioningState) |
Set the provisioningState value.
|