次の方法で共有


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>

スケジュールされた日付時刻。

適用対象