ArmContainerRegistryTasksModelFactory.AgentPoolQueueStatus Method
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.
public static Azure.ResourceManager.ContainerRegistry.Tasks.Models.AgentPoolQueueStatus AgentPoolQueueStatus(int? count = default);
static member AgentPoolQueueStatus : Nullable<int> -> Azure.ResourceManager.ContainerRegistry.Tasks.Models.AgentPoolQueueStatus
Public Shared Function AgentPoolQueueStatus (Optional count As Nullable(Of Integer) = Nothing) As AgentPoolQueueStatus
Parameters
Returns
A new AgentPoolQueueStatus instance for mocking.