MachineProperties interface

Properties of a machine.

Properties

bootType

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

createdTimestamp

Time when this machine was created. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

datacenterManagementServerArmId

ARM ID of the data center as tracked by the Microsoft.OffAzure. NOTE: This property will not be serialized. It can only be populated by the server.

datacenterManagementServerName

Name of the server hosting the datacenter management solution. NOTE: This property will not be serialized. It can only be populated by the server.

description

Description of the machine NOTE: This property will not be serialized. It can only be populated by the server.

discoveryMachineArmId

ARM ID of the machine as tracked by the Microsoft.OffAzure. NOTE: This property will not be serialized. It can only be populated by the server.

disks

Dictionary of disks attached to the machine. Key is ID of disk. Value is a disk object NOTE: This property will not be serialized. It can only be populated by the server.

displayName

User readable name of the machine as defined by the user in their private datacenter. NOTE: This property will not be serialized. It can only be populated by the server.

groups

List of references to the groups that the machine is member of. NOTE: This property will not be serialized. It can only be populated by the server.

megabytesOfMemory

Memory in Megabytes. NOTE: This property will not be serialized. It can only be populated by the server.

networkAdapters

Dictionary of network adapters attached to the machine. Key is ID of network adapter. Value is a network adapter object NOTE: This property will not be serialized. It can only be populated by the server.

numberOfCores

Processor count. NOTE: This property will not be serialized. It can only be populated by the server.

operatingSystemName

Operating System name of the machine. NOTE: This property will not be serialized. It can only be populated by the server.

operatingSystemType

Operating System type of the machine. NOTE: This property will not be serialized. It can only be populated by the server.

operatingSystemVersion

Operating System version of the machine. NOTE: This property will not be serialized. It can only be populated by the server.

updatedTimestamp

Time when this machine was last updated. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

bootType

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

bootType?: string

Property Value

string

createdTimestamp

Time when this machine was created. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

createdTimestamp?: Date

Property Value

Date

datacenterManagementServerArmId

ARM ID of the data center as tracked by the Microsoft.OffAzure. NOTE: This property will not be serialized. It can only be populated by the server.

datacenterManagementServerArmId?: string

Property Value

string

datacenterManagementServerName

Name of the server hosting the datacenter management solution. NOTE: This property will not be serialized. It can only be populated by the server.

datacenterManagementServerName?: string

Property Value

string

description

Description of the machine NOTE: This property will not be serialized. It can only be populated by the server.

description?: string

Property Value

string

discoveryMachineArmId

ARM ID of the machine as tracked by the Microsoft.OffAzure. NOTE: This property will not be serialized. It can only be populated by the server.

discoveryMachineArmId?: string

Property Value

string

disks

Dictionary of disks attached to the machine. Key is ID of disk. Value is a disk object NOTE: This property will not be serialized. It can only be populated by the server.

disks?: {[propertyName: string]: Disk}

Property Value

{[propertyName: string]: Disk}

displayName

User readable name of the machine as defined by the user in their private datacenter. NOTE: This property will not be serialized. It can only be populated by the server.

displayName?: string

Property Value

string

groups

List of references to the groups that the machine is member of. NOTE: This property will not be serialized. It can only be populated by the server.

groups?: string[]

Property Value

string[]

megabytesOfMemory

Memory in Megabytes. NOTE: This property will not be serialized. It can only be populated by the server.

megabytesOfMemory?: number

Property Value

number

networkAdapters

Dictionary of network adapters attached to the machine. Key is ID of network adapter. Value is a network adapter object NOTE: This property will not be serialized. It can only be populated by the server.

networkAdapters?: {[propertyName: string]: NetworkAdapter}

Property Value

{[propertyName: string]: NetworkAdapter}

numberOfCores

Processor count. NOTE: This property will not be serialized. It can only be populated by the server.

numberOfCores?: number

Property Value

number

operatingSystemName

Operating System name of the machine. NOTE: This property will not be serialized. It can only be populated by the server.

operatingSystemName?: string

Property Value

string

operatingSystemType

Operating System type of the machine. NOTE: This property will not be serialized. It can only be populated by the server.

operatingSystemType?: string

Property Value

string

operatingSystemVersion

Operating System version of the machine. NOTE: This property will not be serialized. It can only be populated by the server.

operatingSystemVersion?: string

Property Value

string

updatedTimestamp

Time when this machine was last updated. Date-Time represented in ISO-8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

updatedTimestamp?: Date

Property Value

Date