Freigeben über


ArmSqlModelFactory.ManagedInstanceStartStopScheduleData Methode

Definition

Initialisiert eine neue instance von 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

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemData.

description
String

Die Beschreibung des Zeitplans.

timeZoneId
String

Die Zeitzone des Zeitplans.

scheduleList
IEnumerable<SqlScheduleItem>

Zeitplanliste.

nextRunAction
String

Nächste auszuführende Aktion (Start oder Stop).

nextExecutionTime
String

Zeitstempel, wann die nächste Aktion in der entsprechenden Zeitplanzeitzone ausgeführt wird.

Gibt zurück

Eine neue ManagedInstanceStartStopScheduleData instance zum Simulieren.

Gilt für: