ApplicableSchedule interface

Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level.

Extends

Properties

labVmsShutdown

The auto-shutdown schedule, if one has been set at the lab or lab resource level.

labVmsStartup

The auto-startup schedule, if one has been set at the lab or lab resource level.

Inherited Properties

id

The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

location

The location of the resource.

name

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

tags

The tags of the resource.

type

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

labVmsShutdown

The auto-shutdown schedule, if one has been set at the lab or lab resource level.

labVmsShutdown?: Schedule

Property Value

labVmsStartup

The auto-startup schedule, if one has been set at the lab or lab resource level.

labVmsStartup?: Schedule

Property Value

Inherited Property Details

id

The identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From Resource.id

location

The location of the resource.

location?: string

Property Value

string

Inherited From Resource.location

name

The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From Resource.name

tags

The tags of the resource.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From Resource.tags

type

The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From Resource.type