Condition 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.
Condition defines an extension to status.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ConditionTypeConverter))]
public class Condition : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ICondition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ConditionTypeConverter))>]
type Condition = class
interface ICondition
interface IJsonSerializable
Public Class Condition
Implements ICondition
- Inheritance
-
Condition
- Attributes
- Implements
Constructors
Condition() |
Creates an new Condition instance. |
Properties
Message |
A human readable message indicating details about the status. |
Reason |
The reason for the condition's status. |
Severity |
Severity with which to treat failures of this type of condition. |
Status |
Status of the condition. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Condition. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ICondition. |
FromJsonString(String) |
Creates a new instance of Condition, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |