Class MaintenanceWindow
Inheritance
MaintenanceWindow
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class MaintenanceWindow
Properties
List of blocking periods in absolute times during which no maintenance should be performed.
Declaration
[JsonProperty("blockingPeriods", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<BlockingPeriod> BlockingPeriods { get; set; }
Property Value
List of schedules during which the maintenance is allowed to be performed.
Declaration
[JsonProperty("schedules", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<MaintenanceSchedule> Schedules { get; set; }
Property Value
Methods
Declaration
public static MaintenanceWindow FromJson(string data)
Parameters
Returns