WorkloadGroupListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. WorkloadGroupListResult
- com.
Implements
public final class WorkloadGroupListResult
implements JsonSerializable<WorkloadGroupListResult>
A list of workload groups.
Constructor Summary
| Constructor | Description |
|---|---|
| WorkloadGroupListResult() |
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
WorkloadGroupListResult
public WorkloadGroupListResult()
Creates an instance of WorkloadGroupListResult class.
Method Details
fromJson
public static WorkloadGroupListResult fromJson(JsonReader jsonReader)
Reads an instance of WorkloadGroupListResult 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<WorkloadGroupInner> value()
Get the value property: Array of results.
Returns: