StartStopManagedInstanceSchedule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |