JobAgentVersionCapability Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. JobAgentVersionCapability
- com.
Implements
public final class JobAgentVersionCapability
implements JsonSerializable<JobAgentVersionCapability>
The job agent version capability.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Job |
fromJson(JsonReader jsonReader)
Reads an instance of Job |
| String |
name()
Get the name property: The job agent version 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 |
supportedEditions()
Get the supported |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static JobAgentVersionCapability fromJson(JsonReader jsonReader)
Reads an instance of JobAgentVersionCapability from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The job agent version 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:
supportedEditions
public List<JobAgentEditionCapability> supportedEditions()
Get the supportedEditions property: The list of supported editions.
Returns:
toJson
validate
public void validate()
Validates the instance.