PoolResourceStateCount Class
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.
Displays the counts of pooled resources in each state, as known by the StandbyPool resource provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.PoolResourceStateCountTypeConverter))]
public class PoolResourceStateCount : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolResourceStateCount
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.PoolResourceStateCountTypeConverter))>]
type PoolResourceStateCount = class
interface IPoolResourceStateCount
interface IJsonSerializable
Public Class PoolResourceStateCount
Implements IPoolResourceStateCount
- Inheritance
-
PoolResourceStateCount
- Attributes
- Implements
Constructors
PoolResourceStateCount() |
Creates an new PoolResourceStateCount instance. |
Properties
Count |
The count of pooled resources in the given state. |
State |
The state that the pooled resources count is for. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PoolResourceStateCount. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PoolResourceStateCount. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolResourceStateCount. |
FromJsonString(String) |
Creates a new instance of PoolResourceStateCount, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PoolResourceStateCount into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |