次の方法で共有


MaintenanceConfiguration.StartDateTime プロパティ

定義

YYYY-MM-DD hh:mm 形式のメンテナンス期間の有効開始日を取得または設定します。 開始日は、現在の日付または将来の日付に設定できます。 ウィンドウは、指定されたタイム ゾーンに作成され、そのタイム ゾーンに応じて夏時間に調整されます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maintenanceWindow.startDateTime")]
public string StartDateTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maintenanceWindow.startDateTime")>]
member this.StartDateTime : string with get, set
Public Property StartDateTime As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象