public final class LocationCapabilitiesInner extends Object
| Constructor and Description |
|---|
LocationCapabilitiesInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: The location name.
|
String |
reason()
Get the reason property: The reason for the capability not being available.
|
CapabilityStatus |
status()
Get the status property: The status of the capability.
|
List<ManagedInstanceVersionCapability> |
supportedManagedInstanceVersions()
Get the supportedManagedInstanceVersions property: The list of supported managed instance versions.
|
List<ServerVersionCapability> |
supportedServerVersions()
Get the supportedServerVersions property: The list of supported server versions.
|
void |
validate()
Validates the instance.
|
LocationCapabilitiesInner |
withReason(String reason)
Set the reason property: The reason for the capability not being available.
|
public String name()
public List<ServerVersionCapability> supportedServerVersions()
public List<ManagedInstanceVersionCapability> supportedManagedInstanceVersions()
public CapabilityStatus status()
public String reason()
public LocationCapabilitiesInner withReason(String reason)
reason - the reason value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.