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

ComputeNodeEnableSchedulingOptions.OcpDate 属性

定义

获取或设置发出请求的时间。 客户端库通常将此设置为当前系统时钟时间;如果直接调用 REST API,请显式设置它。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))]
[Newtonsoft.Json.JsonIgnore]
public DateTime? OcpDate { get; set; }
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Rest.Serialization.DateTimeRfc1123JsonConverter))>]
[<Newtonsoft.Json.JsonIgnore>]
member this.OcpDate : Nullable<DateTime> with get, set
Public Property OcpDate As Nullable(Of DateTime)

属性值

属性
Newtonsoft.Json.JsonConverterAttribute Newtonsoft.Json.JsonIgnoreAttribute

适用于