ArmAppContainersModelFactory.TemplatePoolStatus 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 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
Returns
A new TemplatePoolStatus instance for mocking.