AgentPoolQueueStatusInner Class
- java.
lang. Object - com.
azure. resourcemanager. containerregistry. fluent. models. AgentPoolQueueStatusInner
- com.
Implements
public final class AgentPoolQueueStatusInner
implements JsonSerializable<AgentPoolQueueStatusInner>
The QueueStatus of Agent Pool.
Constructor Summary
Constructor | Description |
---|---|
AgentPoolQueueStatusInner() |
Creates an instance of Agent |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
count()
Get the count property: The number of pending runs in the queue. |
static
Agent |
fromJson(JsonReader jsonReader)
Reads an instance of Agent |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Agent |
withCount(Integer count)
Set the count property: The number of pending runs in the queue. |
Methods inherited from java.lang.Object
Constructor Details
AgentPoolQueueStatusInner
public AgentPoolQueueStatusInner()
Creates an instance of AgentPoolQueueStatusInner class.
Method Details
count
public Integer count()
Get the count property: The number of pending runs in the queue.
Returns:
fromJson
public static AgentPoolQueueStatusInner fromJson(JsonReader jsonReader)
Reads an instance of AgentPoolQueueStatusInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withCount
public AgentPoolQueueStatusInner withCount(Integer count)
Set the count property: The number of pending runs in the queue.
Parameters:
Returns:
Applies to
Azure SDK for Java