ArmSqlModelFactory.ManagedInstanceStartStopScheduleData メソッド

定義

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

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

description
String

スケジュールの説明。

timeZoneId
String

スケジュールのタイム ゾーン。

scheduleList
IEnumerable<SqlScheduleItem>

スケジュール リスト。

nextRunAction
String

実行される次のアクション (開始または停止)。

nextExecutionTime
String

対応するスケジュール タイム ゾーンで次のアクションが実行されたときのタイムスタンプ。

戻り値

モック作成用の新しい ManagedInstanceStartStopScheduleData インスタンス。

適用対象