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

JobDeliveryInfo 构造函数

定义

重载

JobDeliveryInfo()

初始化 JobDeliveryInfo 类的新实例。

JobDeliveryInfo(Nullable<DateTime>)

初始化 JobDeliveryInfo 类的新实例。

JobDeliveryInfo()

初始化 JobDeliveryInfo 类的新实例。

public JobDeliveryInfo ();
Public Sub New ()

适用于

JobDeliveryInfo(Nullable<DateTime>)

初始化 JobDeliveryInfo 类的新实例。

public JobDeliveryInfo (DateTime? scheduledDateTime = default);
new Microsoft.Azure.Management.DataBox.Models.JobDeliveryInfo : Nullable<DateTime> -> Microsoft.Azure.Management.DataBox.Models.JobDeliveryInfo
Public Sub New (Optional scheduledDateTime As Nullable(Of DateTime) = Nothing)

参数

scheduledDateTime
Nullable<DateTime>

计划的日期时间。

适用于