次の方法で共有


ScheduleUpdate コンストラクター

定義

オーバーロード

ScheduleUpdate()

ScheduleUpdate クラスの新しいインスタンスを初期化します。

ScheduleUpdate(Nullable<DateTime>, Nullable<DateTime>, RecurrencePattern, String, String)

ScheduleUpdate クラスの新しいインスタンスを初期化します。

ScheduleUpdate()

ScheduleUpdate クラスの新しいインスタンスを初期化します。

public ScheduleUpdate();
Public Sub New ()

適用対象

ScheduleUpdate(Nullable<DateTime>, Nullable<DateTime>, RecurrencePattern, String, String)

ScheduleUpdate クラスの新しいインスタンスを初期化します。

public ScheduleUpdate(DateTime? startAt = default, DateTime? stopAt = default, Microsoft.Azure.Management.LabServices.Models.RecurrencePattern recurrencePattern = default, string timeZoneId = default, string notes = default);
new Microsoft.Azure.Management.LabServices.Models.ScheduleUpdate : Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.LabServices.Models.RecurrencePattern * string * string -> Microsoft.Azure.Management.LabServices.Models.ScheduleUpdate
Public Sub New (Optional startAt As Nullable(Of DateTime) = Nothing, Optional stopAt As Nullable(Of DateTime) = Nothing, Optional recurrencePattern As RecurrencePattern = Nothing, Optional timeZoneId As String = Nothing, Optional notes As String = Nothing)

パラメーター

startAt
Nullable<DateTime>

ラボ ユーザー仮想マシンが開始されるとき。 タイムスタンプ オフセットは無視され、代わりに timeZoneId が使用されます。

stopAt
Nullable<DateTime>

ラボ ユーザーの仮想マシンが停止する場合。 タイムスタンプ オフセットは無視され、代わりに timeZoneId が使用されます。

recurrencePattern
RecurrencePattern

スケジュールされたアクションの繰り返しパターン。

timeZoneId
String

スケジュールの IANA タイムゾーン ID。

notes
String

このスケジュールに関する注意事項。

適用対象