AgentPoolQueueStatus Constructors
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.
Overloads
AgentPoolQueueStatus() |
Initializes a new instance of the AgentPoolQueueStatus class. |
AgentPoolQueueStatus(Nullable<Int32>) |
Initializes a new instance of the AgentPoolQueueStatus class. |
AgentPoolQueueStatus()
Initializes a new instance of the AgentPoolQueueStatus class.
public AgentPoolQueueStatus ();
Public Sub New ()
Applies to
AgentPoolQueueStatus(Nullable<Int32>)
Initializes a new instance of the AgentPoolQueueStatus class.
public AgentPoolQueueStatus (int? count = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.AgentPoolQueueStatus : Nullable<int> -> Microsoft.Azure.Management.ContainerRegistry.Models.AgentPoolQueueStatus
Public Sub New (Optional count As Nullable(Of Integer) = Nothing)