LocationCapabilitiesInner Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. LocationCapabilitiesInner
- com.
Implements
public final class LocationCapabilitiesInner
implements JsonSerializable<LocationCapabilitiesInner>
The location capability.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Location |
fromJson(JsonReader jsonReader)
Reads an instance of Location |
| Boolean |
isZoneResilientProvisioningAllowed()
Get the is |
| String |
name()
Get the name property: The location name. |
| String |
reason()
Get the reason property: The reason for the capability not being available. |
|
Capability |
status()
Get the status property: The status of the capability. |
|
List<Job |
supportedJobAgentVersions()
Get the supported |
|
List<Managed |
supportedManagedInstanceVersions()
Get the supported |
|
List<Server |
supportedServerVersions()
Get the supported |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static LocationCapabilitiesInner fromJson(JsonReader jsonReader)
Reads an instance of LocationCapabilitiesInner from the JsonReader.
Parameters:
Returns:
Throws:
isZoneResilientProvisioningAllowed
public Boolean isZoneResilientProvisioningAllowed()
Get the isZoneResilientProvisioningAllowed property: Whether or not the subscription is allowed to provision zone resilient resources.
Returns:
name
public String name()
Get the name property: The location name.
Returns:
reason
public String reason()
Get the reason property: The reason for the capability not being available.
Returns:
status
public CapabilityStatus status()
Get the status property: The status of the capability.
Returns:
supportedJobAgentVersions
public List<JobAgentVersionCapability> supportedJobAgentVersions()
Get the supportedJobAgentVersions property: The list of supported job agent versions.
Returns:
supportedManagedInstanceVersions
public List<ManagedInstanceVersionCapability> supportedManagedInstanceVersions()
Get the supportedManagedInstanceVersions property: The list of supported managed instance versions.
Returns:
supportedServerVersions
public List<ServerVersionCapability> supportedServerVersions()
Get the supportedServerVersions property: The list of supported server versions.
Returns:
toJson
validate
public void validate()
Validates the instance.