你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LogsPropertiesDateRange 构造函数

定义

重载

LogsPropertiesDateRange()
LogsPropertiesDateRange(Nullable<DateTime>, Nullable<DateTime>)

LogsPropertiesDateRange()

public LogsPropertiesDateRange ();
Public Sub New ()

适用于

LogsPropertiesDateRange(Nullable<DateTime>, Nullable<DateTime>)

public LogsPropertiesDateRange (DateTime? fromProperty = default, DateTime? to = default);
new Microsoft.Azure.CognitiveServices.Personalizer.Models.LogsPropertiesDateRange : Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.CognitiveServices.Personalizer.Models.LogsPropertiesDateRange
Public Sub New (Optional fromProperty As Nullable(Of DateTime) = Nothing, Optional to As Nullable(Of DateTime) = Nothing)

参数

fromProperty
Nullable<DateTime>

适用于