Share via


Condition Class

Definition

Outstanding conditions that will need to be resolved.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ConditionTypeConverter))]
public class Condition : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICondition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.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

The issue requiring attention.

Timestamp

The time when the condition was raised.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Condition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Condition.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICondition.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Condition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to