Udostępnij przez


PoolContainerGroupStateCount Class

Definition

Displays the counts of pooled container groups in each state, as known by the StandbyPool resource provider.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.PoolContainerGroupStateCountTypeConverter))]
public class PoolContainerGroupStateCount : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolContainerGroupStateCount
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.PoolContainerGroupStateCountTypeConverter))>]
type PoolContainerGroupStateCount = class
    interface IPoolContainerGroupStateCount
    interface IJsonSerializable
Public Class PoolContainerGroupStateCount
Implements IPoolContainerGroupStateCount
Inheritance
PoolContainerGroupStateCount
Attributes
Implements

Constructors

Name Description
PoolContainerGroupStateCount()

Creates an new PoolContainerGroupStateCount instance.

Properties

Name Description
Count

The count of pooled container groups in the given state.

State

The state that the pooled container groups count is for.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PoolContainerGroupStateCount.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PoolContainerGroupStateCount.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolContainerGroupStateCount.

FromJsonString(String)

Creates a new instance of PoolContainerGroupStateCount, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PoolContainerGroupStateCount into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to