Share via


Condition Constructors

Definition

Overloads

Condition()

Initializes a new instance of the Condition class.

Condition(Nullable<DateTime>, String)

Initializes a new instance of the Condition class.

Condition()

Initializes a new instance of the Condition class.

public Condition ();
Public Sub New ()

Applies to

Condition(Nullable<DateTime>, String)

Initializes a new instance of the Condition class.

public Condition (DateTime? timestamp = default, string message = default);
new Microsoft.Azure.Management.StorageCache.Models.Condition : Nullable<DateTime> * string -> Microsoft.Azure.Management.StorageCache.Models.Condition
Public Sub New (Optional timestamp As Nullable(Of DateTime) = Nothing, Optional message As String = Nothing)

Parameters

timestamp
Nullable<DateTime>

The time when the condition was raised.

message
String

The issue requiring attention.

Applies to