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

ArmDevTestLabsModelFactory.DevTestLabScheduleData 方法

定义

初始化 DevTestLabScheduleData 的新实例。

public static Azure.ResourceManager.DevTestLabs.DevTestLabScheduleData DevTestLabScheduleData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = 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, DateTimeOffset? createdOn = default, string targetResourceId = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabScheduleData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnableStatus> * string * Azure.ResourceManager.DevTestLabs.Models.DevTestLabWeekDetails * string * Nullable<int> * string * Azure.ResourceManager.DevTestLabs.Models.DevTestLabNotificationSettings * Nullable<DateTimeOffset> * string * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabScheduleData
Public Shared Function DevTestLabScheduleData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = 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 createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional targetResourceId As String = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabScheduleData

参数

name
String

名称。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

tags
IDictionary<String,String>

标记。

location
AzureLocation

位置。

status
Nullable<DevTestLabEnableStatus>

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

taskType
String

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

weeklyRecurrence
DevTestLabWeekDetails

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

dailyRecurrenceTime
String

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

hourlyRecurrenceMinute
Nullable<Int32>

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

timeZoneId
String

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

notificationSettings
DevTestLabNotificationSettings

通知设置。

createdOn
Nullable<DateTimeOffset>

计划的创建日期。

targetResourceId
String

计划所属的资源 ID。

provisioningState
String

资源的预配状态。

uniqueIdentifier
Nullable<Guid>

资源的唯一不可变标识符 (Guid) 。

返回

用于模拟的新 DevTestLabScheduleData 实例。

适用于