LoadTestResourceListResult Class
- java.
lang. Object - com.
azure. resourcemanager. loadtesting. models. LoadTestResourceListResult
- com.
Implements
public final class LoadTestResourceListResult
implements JsonSerializable<LoadTestResourceListResult>
The response of a LoadTestResource list operation.
Constructor Summary
| Constructor | Description |
|---|---|
| LoadTestResourceListResult() |
Creates an instance of Load |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Load |
fromJson(JsonReader jsonReader)
Reads an instance of Load |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Load |
value()
Get the value property: The Load |
|
Load |
withNextLink(String nextLink)
Set the next |
|
Load |
withValue(List<LoadTestResourceInner> value)
Set the value property: The Load |
Methods inherited from java.lang.Object
Constructor Details
LoadTestResourceListResult
public LoadTestResourceListResult()
Creates an instance of LoadTestResourceListResult class.
Method Details
fromJson
public static LoadTestResourceListResult fromJson(JsonReader jsonReader)
Reads an instance of LoadTestResourceListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of items.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<LoadTestResourceInner> value()
Get the value property: The LoadTestResource items on this page.
Returns:
withNextLink
public LoadTestResourceListResult withNextLink(String nextLink)
Set the nextLink property: The link to the next page of items.
Parameters:
Returns:
withValue
public LoadTestResourceListResult withValue(List<LoadTestResourceInner> value)
Set the value property: The LoadTestResource items on this page.
Parameters:
Returns: