次の方法で共有


MaintenanceWindowOptions.MaintenanceWindowCycles プロパティ

定義

使用可能なメンテナンス サイクル ({土曜日、0、4860}、{水曜日、0、2460} など) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maintenanceWindowCycles")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.MaintenanceWindowTimeRange> MaintenanceWindowCycles { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maintenanceWindowCycles")>]
member this.MaintenanceWindowCycles : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.MaintenanceWindowTimeRange> with get, set
Public Property MaintenanceWindowCycles As IList(Of MaintenanceWindowTimeRange)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象