ScheduleUpdateParameters Class

Definition

The parameters supplied to the update schedule operation.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ScheduleUpdateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ScheduleUpdateParameters = class
Public Class ScheduleUpdateParameters
Inheritance
ScheduleUpdateParameters
Attributes

Constructors

ScheduleUpdateParameters()

Initializes a new instance of the ScheduleUpdateParameters class.

ScheduleUpdateParameters(String, String, Nullable<Boolean>)

Initializes a new instance of the ScheduleUpdateParameters class.

Properties

Description

Gets or sets the description of the schedule.

IsEnabled

Gets or sets a value indicating whether this schedule is enabled.

Name

Gets or sets the name of the Schedule.

Applies to