AgentPoolQueueStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The QueueStatus of Agent Pool
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.AgentPoolQueueStatusTypeConverter))]
public class AgentPoolQueueStatus : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IAgentPoolQueueStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.AgentPoolQueueStatusTypeConverter))>]
type AgentPoolQueueStatus = class
interface IAgentPoolQueueStatus
interface IJsonSerializable
Public Class AgentPoolQueueStatus
Implements IAgentPoolQueueStatus
- Inheritance
-
AgentPoolQueueStatus
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AgentPoolQueueStatus() |
Creates an new AgentPoolQueueStatus instance. |
Properties
| Name | Description |
|---|---|
| Count |
The number of pending runs in the queue |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AgentPoolQueueStatus. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AgentPoolQueueStatus. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.IAgentPoolQueueStatus. |
| FromJsonString(String) |
Creates a new instance of AgentPoolQueueStatus, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AgentPoolQueueStatus into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |