AgentPoolListResult Class
- java.
lang. Object - com.
azure. resourcemanager. containerregistry. models. AgentPoolListResult
- com.
Implements
public final class AgentPoolListResult
implements JsonSerializable<AgentPoolListResult>
The collection of agent pools.
Constructor Summary
| Constructor | Description |
|---|---|
| AgentPoolListResult() |
Creates an instance of Agent |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Agent |
fromJson(JsonReader jsonReader)
Reads an instance of Agent |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Agent |
value()
Get the value property: The collection value. |
|
Agent |
withNextLink(String nextLink)
Set the next |
|
Agent |
withValue(List<AgentPoolInner> value)
Set the value property: The collection value. |
Methods inherited from java.lang.Object
Constructor Details
AgentPoolListResult
public AgentPoolListResult()
Creates an instance of AgentPoolListResult class.
Method Details
fromJson
public static AgentPoolListResult fromJson(JsonReader jsonReader)
Reads an instance of AgentPoolListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URI that can be used to request the next set of paged results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<AgentPoolInner> value()
Get the value property: The collection value.
Returns:
withNextLink
public AgentPoolListResult withNextLink(String nextLink)
Set the nextLink property: The URI that can be used to request the next set of paged results.
Parameters:
Returns:
withValue
public AgentPoolListResult withValue(List<AgentPoolInner> value)
Set the value property: The collection value.
Parameters:
Returns: