WorkloadClassifierListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. WorkloadClassifierListResult
- com.
Implements
public final class WorkloadClassifierListResult
implements JsonSerializable<WorkloadClassifierListResult>
A list of workload classifiers for a workload group.
Constructor Summary
| Constructor | Description |
|---|---|
| WorkloadClassifierListResult() |
Creates an instance of Workload |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Workload |
fromJson(JsonReader jsonReader)
Reads an instance of Workload |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Workload |
value()
Get the value property: Array of results. |
Methods inherited from java.lang.Object
Constructor Details
WorkloadClassifierListResult
public WorkloadClassifierListResult()
Creates an instance of WorkloadClassifierListResult class.
Method Details
fromJson
public static WorkloadClassifierListResult fromJson(JsonReader jsonReader)
Reads an instance of WorkloadClassifierListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to retrieve next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<WorkloadClassifierInner> value()
Get the value property: Array of results.
Returns: