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

DevTestLabApplicableSchedule 类

定义

适用于虚拟机的计划。 计划可能是在 VM 或实验室级别定义的。

public class DevTestLabApplicableSchedule : Azure.ResourceManager.Models.TrackedResourceData
type DevTestLabApplicableSchedule = class
    inherit TrackedResourceData
Public Class DevTestLabApplicableSchedule
Inherits TrackedResourceData
继承
DevTestLabApplicableSchedule

构造函数

DevTestLabApplicableSchedule(AzureLocation)

初始化 DevTestLabApplicableSchedule 的新实例。

属性

Id

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

(继承自 ResourceData)
LabVmsShutdown

自动关闭计划(如果已在实验室或实验室资源级别设置)。

LabVmsStartup

自动启动计划(如果已在实验室或实验室资源级别设置)。

Location

资源所在的地理位置。

(继承自 TrackedResourceData)
Name

资源的名称。

(继承自 ResourceData)
ResourceType

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

(继承自 ResourceData)
SystemData

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

(继承自 ResourceData)
Tags

资源标记。

(继承自 TrackedResourceData)

适用于