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

DevTestLabScheduleCreationParameter 类

定义

用于创建计划的属性。

public class DevTestLabScheduleCreationParameter
type DevTestLabScheduleCreationParameter = class
Public Class DevTestLabScheduleCreationParameter
继承
DevTestLabScheduleCreationParameter

构造函数

DevTestLabScheduleCreationParameter()

初始化 DevTestLabScheduleCreationParameter 的新实例。

属性

DailyRecurrenceTime

计划将发生一天中的时间。

HourlyRecurrenceMinute

计划将运行的小时分钟数。

Location

新虚拟机或环境的位置。

Name

虚拟机或环境的名称。

NotificationSettings

通知设置。

Status

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

Tags

资源的标记。

TargetResourceId

计划所属的资源 ID。

TaskType

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

TimeZoneId

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

WeeklyRecurrence

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

适用于