JobAgentEditionCapability Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. JobAgentEditionCapability
- com.
Implements
public final class JobAgentEditionCapability
implements JsonSerializable<JobAgentEditionCapability>
The job agent edition 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 edition 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 |
supportedServiceLevelObjectives()
Get the supported |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static JobAgentEditionCapability fromJson(JsonReader jsonReader)
Reads an instance of JobAgentEditionCapability from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The job agent edition 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:
supportedServiceLevelObjectives
public List<JobAgentServiceLevelObjectiveCapability> supportedServiceLevelObjectives()
Get the supportedServiceLevelObjectives property: The list of supported service level objectives for the edition.
Returns:
toJson
validate
public void validate()
Validates the instance.