Show / Hide Table of Contents

    Class RedisPatchSchedule

    Response to put/get patch schedules for Redis cache.

    Inheritance
    Object
    Resource
    ProxyResource
    RedisPatchSchedule
    Inherited Members
    Resource.Id
    Resource.Name
    Resource.Type
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Redis.dll
    Syntax
    [Microsoft.Rest.Serialization.JsonTransformation]
    public class RedisPatchSchedule : Microsoft.Azure.Management.Redis.Models.ProxyResource

    Constructors

    RedisPatchSchedule()

    Initializes a new instance of the RedisPatchSchedule class.

    Declaration
    public RedisPatchSchedule ();

    RedisPatchSchedule(IList<ScheduleEntry>, String, String, String)

    Initializes a new instance of the RedisPatchSchedule class.

    Declaration
    public RedisPatchSchedule (System.Collections.Generic.IList<Microsoft.Azure.Management.Redis.Models.ScheduleEntry> scheduleEntries, string id = null, string name = null, string type = null);
    Parameters
    IList<ScheduleEntry> scheduleEntries

    List of patch schedules for a Redis cache.

    String id

    Resource ID.

    String name

    Resource name.

    String type

    Resource type.

    Properties

    ScheduleEntries

    Gets or sets list of patch schedules for a Redis cache.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.scheduleEntries")]
    public System.Collections.Generic.IList<Microsoft.Azure.Management.Redis.Models.ScheduleEntry> ScheduleEntries { get; set; }
    Property Value
    IList<ScheduleEntry>

    Methods

    Validate()

    Validate the object.

    Declaration
    public virtual void Validate ();
    Exceptions
    ValidationException

    Thrown if validation fails

    Back to top Azure SDK for Net