PoolStatus 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 StandbyPool status.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.PoolStatusTypeConverter))]
public class PoolStatus : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.PoolStatusTypeConverter))>]
type PoolStatus = class
interface IPoolStatus
interface IJsonSerializable
Public Class PoolStatus
Implements IPoolStatus
- Inheritance
-
PoolStatus
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PoolStatus() |
Creates an new PoolStatus instance. |
Properties
| Name | Description |
|---|---|
| Code |
Displays the healthy state of the StandbyPool. |
| Message |
Displays the StandbyPool health state details. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PoolStatus. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PoolStatus. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IPoolStatus. |
| FromJsonString(String) |
Creates a new instance of PoolStatus, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PoolStatus into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |