你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmDevTestLabsModelFactory.DevTestLabScheduleCreationParameter 方法

定义

初始化 DevTestLabScheduleCreationParameter 的新实例。

public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabScheduleCreationParameter DevTestLabScheduleCreationParameter (string name = default, Azure.Core.AzureLocation? location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnableStatus? status = default, string taskType = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabWeekDetails weeklyRecurrence = default, string dailyRecurrenceTime = default, int? hourlyRecurrenceMinute = default, string timeZoneId = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationSettings notificationSettings = default, Azure.Core.ResourceIdentifier targetResourceId = default);
static member DevTestLabScheduleCreationParameter : string * Nullable<Azure.Core.AzureLocation> * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnableStatus> * string * Azure.ResourceManager.DevTestLabs.Models.DevTestLabWeekDetails * string * Nullable<int> * string * Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationSettings * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabScheduleCreationParameter
Public Shared Function DevTestLabScheduleCreationParameter (Optional name As String = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional status As Nullable(Of DevTestLabEnableStatus) = Nothing, Optional taskType As String = Nothing, Optional weeklyRecurrence As DevTestLabWeekDetails = Nothing, Optional dailyRecurrenceTime As String = Nothing, Optional hourlyRecurrenceMinute As Nullable(Of Integer) = Nothing, Optional timeZoneId As String = Nothing, Optional notificationSettings As DevTestLabNotificationSettings = Nothing, Optional targetResourceId As ResourceIdentifier = Nothing) As DevTestLabScheduleCreationParameter

参数

name
String

虚拟机或环境的名称。

location
Nullable<AzureLocation>

新虚拟机或环境的位置。

tags
IDictionary<String,String>

资源的标记。

status
Nullable<DevTestLabEnableStatus>

计划的状态 (,即已启用、禁用) 。

taskType
String

计划的任务类型 (例如 LabVmsShutdownTask、LabVmAutoStart) 。

weeklyRecurrence
DevTestLabWeekDetails

如果计划仅在一周中的某几天发生,请指定每周重复周期。

dailyRecurrenceTime
String

如果计划将在一周中的每一天发生一次,请指定每日重复周期。

hourlyRecurrenceMinute
Nullable<Int32>

如果计划一天发生多次,请指定每小时重复周期。

timeZoneId
String

时区 ID (例如太平洋标准时间) 。

notificationSettings
DevTestLabNotificationSettings

通知设置。

targetResourceId
ResourceIdentifier

计划所属的资源 ID。

返回

用于模拟的新 DevTestLabScheduleCreationParameter 实例。

适用于