Compartilhar via


ArmSqlModelFactory.ManagedInstanceStartStopScheduleData Método

Definição

Inicializa uma nova instância de ManagedInstanceStartStopScheduleData.

public static Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleData ManagedInstanceStartStopScheduleData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string description = default, string timeZoneId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.Models.SqlScheduleItem> scheduleList = default, string nextRunAction = default, string nextExecutionTime = default);
static member ManagedInstanceStartStopScheduleData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * seq<Azure.ResourceManager.Sql.Models.SqlScheduleItem> * string * string -> Azure.ResourceManager.Sql.ManagedInstanceStartStopScheduleData
Public Shared Function ManagedInstanceStartStopScheduleData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional description As String = Nothing, Optional timeZoneId As String = Nothing, Optional scheduleList As IEnumerable(Of SqlScheduleItem) = Nothing, Optional nextRunAction As String = Nothing, Optional nextExecutionTime As String = Nothing) As ManagedInstanceStartStopScheduleData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

description
String

A descrição da agenda.

timeZoneId
String

O fuso horário da agenda.

scheduleList
IEnumerable<SqlScheduleItem>

Lista de agendamento.

nextRunAction
String

Próxima ação a ser executada (Iniciar ou Parar).

nextExecutionTime
String

Carimbo de data/hora quando a próxima ação será executada no fuso horário de agendamento correspondente.

Retornos

Uma nova ManagedInstanceStartStopScheduleData instância para zombar.

Aplica-se a