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.Api20190601Preview.AgentPoolQueueStatusTypeConverter))]
public class AgentPoolQueueStatus : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IAgentPoolQueueStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.AgentPoolQueueStatusTypeConverter))>]
type AgentPoolQueueStatus = class
interface IAgentPoolQueueStatus
interface IJsonSerializable
Public Class AgentPoolQueueStatus
Implements IAgentPoolQueueStatus
- Inheritance
-
AgentPoolQueueStatus
- Attributes
- Implements
Constructors
AgentPoolQueueStatus() |
Creates an new AgentPoolQueueStatus instance. |
Properties
Count |
The number of pending runs in the queue |
Methods
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.Api20190601Preview.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() |