Share via


StartStopManagedInstanceSchedule Class

Definition

Managed instance's Start/Stop schedule.

[Microsoft.Rest.Serialization.JsonTransformation]
public class StartStopManagedInstanceSchedule : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StartStopManagedInstanceSchedule = class
    inherit ProxyResource
Public Class StartStopManagedInstanceSchedule
Inherits ProxyResource
Inheritance
StartStopManagedInstanceSchedule
Attributes

Constructors

StartStopManagedInstanceSchedule()

Initializes a new instance of the StartStopManagedInstanceSchedule class.

StartStopManagedInstanceSchedule(String, String, String, SystemData, String, String, IList<ScheduleItem>, String, String)

Initializes a new instance of the StartStopManagedInstanceSchedule class.

Properties

Description

Gets or sets the description of the schedule.

Id

Gets resource ID.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
NextExecutionTime

Gets timestamp when the next action will be executed in the corresponding schedule time zone.

NextRunAction

Gets next action to be executed (Start or Stop)

ScheduleList

Gets or sets schedule list.

SystemData

Gets system data of the scheduled resource.

TimeZoneId

Gets or sets the time zone of the schedule.

Type

Gets resource type.

(Inherited from Resource)

Applies to