Share via


ICondition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ConditionTypeConverter))]
public interface ICondition : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ConditionTypeConverter))>]
type ICondition = interface
    interface IJsonSerializable
Public Interface ICondition
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to