Machine interface
Machine resource.
- Extends
Properties
| boot |
Boot type of machine discovered in private data center. NOTE: This property will not be serialized. It can only be populated by the server. |
| created |
When was machine first created. NOTE: This property will not be serialized. It can only be populated by the server. |
| datacenter |
The data center management server ARM Id for the machine. NOTE: This property will not be serialized. It can only be populated by the server. |
| datacenter |
The data center management server name for the machine. NOTE: This property will not be serialized. It can only be populated by the server. |
| description | Description for the machine. NOTE: This property will not be serialized. It can only be populated by the server. |
| discovery |
Site id of machine discovered in private data center. NOTE: This property will not be serialized. It can only be populated by the server. |
| disks | Disks attached to the machine discovered in private data center. NOTE: This property will not be serialized. It can only be populated by the server. |
| display |
Display Name of the Machine. NOTE: This property will not be serialized. It can only be populated by the server. |
| errors | List of errors for this machine. NOTE: This property will not be serialized. It can only be populated by the server. |
| groups | Gets the References to the groups that this machine is member of. NOTE: This property will not be serialized. It can only be populated by the server. |
| host |
Gets Processor details of the host. NOTE: This property will not be serialized. It can only be populated by the server. |
| megabytes |
Megabytes of memory found allocated for the machine in private data center. NOTE: This property will not be serialized. It can only be populated by the server. |
| network |
Network adapters attached to the machine discovered in private data center. NOTE: This property will not be serialized. It can only be populated by the server. |
| number |
Number of CPU cores found on the machine. NOTE: This property will not be serialized. It can only be populated by the server. |
| operating |
Operating system as reported by datacenter management solution. NOTE: This property will not be serialized. It can only be populated by the server. |
| operating |
Operating system as reported by datacenter management solution. NOTE: This property will not be serialized. It can only be populated by the server. |
| operating |
Operating system version as reported by datacenter management solution. NOTE: This property will not be serialized. It can only be populated by the server. |
| product |
Gets the product support status related details. NOTE: This property will not be serialized. It can only be populated by the server. |
| sql |
SQL instances discovered on the machine. NOTE: This property will not be serialized. It can only be populated by the server. |
| updated |
When was machine last updated. NOTE: This property will not be serialized. It can only be populated by the server. |
| web |
Web applications discovered on the machine. NOTE: This property will not be serialized. It can only be populated by the server. |
| workload |
Gets or sets workload summary. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
bootType
Boot type of machine discovered in private data center. NOTE: This property will not be serialized. It can only be populated by the server.
bootType?: string
Property Value
string
createdTimestamp
When was machine first created. NOTE: This property will not be serialized. It can only be populated by the server.
createdTimestamp?: Date
Property Value
Date
datacenterManagementServerArmId
The data center management server ARM Id for the machine. NOTE: This property will not be serialized. It can only be populated by the server.
datacenterManagementServerArmId?: string
Property Value
string
datacenterManagementServerName
The data center management server name for the machine. NOTE: This property will not be serialized. It can only be populated by the server.
datacenterManagementServerName?: string
Property Value
string
description
Description for the machine. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
discoveryMachineArmId
Site id of machine discovered in private data center. NOTE: This property will not be serialized. It can only be populated by the server.
discoveryMachineArmId?: string
Property Value
string
disks
Disks attached to the machine discovered in private data center. 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
Display Name of the Machine. NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
errors
List of errors for this machine. NOTE: This property will not be serialized. It can only be populated by the server.
errors?: ErrorModel[]
Property Value
groups
Gets the References to the groups that this machine is member of. NOTE: This property will not be serialized. It can only be populated by the server.
groups?: string[]
Property Value
string[]
hostProcessor
Gets Processor details of the host. NOTE: This property will not be serialized. It can only be populated by the server.
hostProcessor?: ProcessorInfo
Property Value
megabytesOfMemory
Megabytes of memory found allocated for the machine in private data center. NOTE: This property will not be serialized. It can only be populated by the server.
megabytesOfMemory?: number
Property Value
number
networkAdapters
Network adapters attached to the machine discovered in private data center. 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
Number of CPU cores found on the machine. NOTE: This property will not be serialized. It can only be populated by the server.
numberOfCores?: number
Property Value
number
operatingSystemName
Operating system as reported by datacenter management solution. NOTE: This property will not be serialized. It can only be populated by the server.
operatingSystemName?: string
Property Value
string
operatingSystemType
Operating system as reported by datacenter management solution. NOTE: This property will not be serialized. It can only be populated by the server.
operatingSystemType?: string
Property Value
string
operatingSystemVersion
Operating system version as reported by datacenter management solution. NOTE: This property will not be serialized. It can only be populated by the server.
operatingSystemVersion?: string
Property Value
string
productSupportStatus
Gets the product support status related details. NOTE: This property will not be serialized. It can only be populated by the server.
productSupportStatus?: ProductSupportStatus
Property Value
sqlInstances
SQL instances discovered on the machine. NOTE: This property will not be serialized. It can only be populated by the server.
sqlInstances?: string[]
Property Value
string[]
updatedTimestamp
When was machine last updated. NOTE: This property will not be serialized. It can only be populated by the server.
updatedTimestamp?: Date
Property Value
Date
webApplications
Web applications discovered on the machine. NOTE: This property will not be serialized. It can only be populated by the server.
webApplications?: string[]
Property Value
string[]
workloadSummary
Gets or sets workload summary. NOTE: This property will not be serialized. It can only be populated by the server.
workloadSummary?: WorkloadSummary
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
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 ProxyResource.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type