Share via


StartStopManagedInstanceSchedule Constructors

Definition

Overloads

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.

StartStopManagedInstanceSchedule()

Initializes a new instance of the StartStopManagedInstanceSchedule class.

public StartStopManagedInstanceSchedule ();
Public Sub New ()

Applies to

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

Initializes a new instance of the StartStopManagedInstanceSchedule class.

public StartStopManagedInstanceSchedule (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Sql.Models.SystemData systemData = default, string description = default, string timeZoneId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ScheduleItem> scheduleList = default, string nextRunAction = default, string nextExecutionTime = default);
new Microsoft.Azure.Management.Sql.Models.StartStopManagedInstanceSchedule : string * string * string * Microsoft.Azure.Management.Sql.Models.SystemData * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.ScheduleItem> * string * string -> Microsoft.Azure.Management.Sql.Models.StartStopManagedInstanceSchedule
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional description As String = Nothing, Optional timeZoneId As String = Nothing, Optional scheduleList As IList(Of ScheduleItem) = Nothing, Optional nextRunAction As String = Nothing, Optional nextExecutionTime As String = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

systemData
SystemData

System data of the scheduled resource.

description
String

The description of the schedule.

timeZoneId
String

The time zone of the schedule.

scheduleList
IList<ScheduleItem>

Schedule list.

nextRunAction
String

Next action to be executed (Start or Stop)

nextExecutionTime
String

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

Applies to