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

LabServicesScheduleData 类

定义

表示 LabServicesSchedule 数据模型的类。 计划在特定时间自动打开和关闭实验室中的虚拟机。

public class LabServicesScheduleData : Azure.ResourceManager.Models.ResourceData
type LabServicesScheduleData = class
    inherit ResourceData
Public Class LabServicesScheduleData
Inherits ResourceData
继承
LabServicesScheduleData

构造函数

LabServicesScheduleData()

初始化 LabServicesScheduleData 的新实例。

属性

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
Name

资源的名称。

(继承自 ResourceData)
Notes

此计划的说明。

若要将对象分配给此属性,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建有效负载 { “key”: “value” }。

ProvisioningState

计划的当前预配状态。

RecurrencePattern

计划操作的定期模式。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
StartOn

何时启动实验室用户虚拟机。 将忽略时间戳偏移量,并改用 timeZoneId。

StopOn

实验室用户虚拟机何时停止。 将忽略时间戳偏移量,并改用 timeZoneId。

SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)
TimeZoneId

计划的 IANA 时区 ID。

适用于