Search Results for

    Show / Hide Table of Contents

    Class MaintenanceWindow

    Maintenance window

    Inheritance
    object
    MaintenanceWindow
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    BlockingPeriods

    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
    ICollection<BlockingPeriod>

    Schedules

    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
    ICollection<MaintenanceSchedule>

    Methods

    FromJson(string)

    Declaration
    public static MaintenanceWindow FromJson(string data)
    Parameters
    string data

    Returns
    MaintenanceWindow

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX