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
- message
- String
The issue requiring attention.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET