ArmAppContainersModelFactory.TemplatePoolStatus Method

Definition

The status of pods in the pool of this template.

public static Azure.ResourceManager.AppContainers.Models.TemplatePoolStatus TemplatePoolStatus(int? expectedCount = default, int? readyCount = default, int? pendingCount = default, int? imagePullFailCount = default, int? crashCount = default, int? allocatedCount = default);
static member TemplatePoolStatus : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.AppContainers.Models.TemplatePoolStatus
Public Shared Function TemplatePoolStatus (Optional expectedCount As Nullable(Of Integer) = Nothing, Optional readyCount As Nullable(Of Integer) = Nothing, Optional pendingCount As Nullable(Of Integer) = Nothing, Optional imagePullFailCount As Nullable(Of Integer) = Nothing, Optional crashCount As Nullable(Of Integer) = Nothing, Optional allocatedCount As Nullable(Of Integer) = Nothing) As TemplatePoolStatus

Parameters

expectedCount
Nullable<Int32>

The expected count of pods in this pool.

readyCount
Nullable<Int32>

The ready count of pods in this pool.

pendingCount
Nullable<Int32>

The pending count of pods in this pool.

imagePullFailCount
Nullable<Int32>

The image pull fail count of pods in this pool.

crashCount
Nullable<Int32>

The crash count of pods in this pool.

allocatedCount
Nullable<Int32>

The allocated count of pods in this pool.

Returns

A new TemplatePoolStatus instance for mocking.

Applies to