Condition Constructors
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.
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
- System.Nullable<System.DateTime>
The time when the condition was raised.
- message
- System.String
The issue requiring attention.