Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MachineProperties

Package version

Describes the properties of a hybrid machine.

Hierarchy

  • MachineProperties

Index

Properties

Optional adFqdn

adFqdn: undefined | string

Specifies the AD fully qualified display name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional agentVersion

agentVersion: undefined | string

The hybrid machine agent full version. NOTE: This property will not be serialized. It can only be populated by the server.

Optional clientPublicKey

clientPublicKey: undefined | string

Public Key that the client provides to be used during initial resource onboarding

Optional detectedProperties

detectedProperties: undefined | {}

Detected properties from the machine. NOTE: This property will not be serialized. It can only be populated by the server.

Optional displayName

displayName: undefined | string

Specifies the hybrid machine display name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional dnsFqdn

dnsFqdn: undefined | string

Specifies the DNS fully qualified display name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional domainName

domainName: undefined | string

Specifies the Windows domain name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional errorDetails

errorDetails: ErrorDetail[]

Details about the error state. NOTE: This property will not be serialized. It can only be populated by the server.

Optional extensions

Machine Extensions information

Optional lastStatusChange

lastStatusChange: Date

The time of the last status change. NOTE: This property will not be serialized. It can only be populated by the server.

Optional locationData

locationData: LocationData

Metadata pertaining to the geographic location of the resource.

Optional machineFqdn

machineFqdn: undefined | string

Specifies the hybrid machine FQDN. NOTE: This property will not be serialized. It can only be populated by the server.

Optional mssqlDiscovered

mssqlDiscovered: undefined | string

Specifies whether any MS SQL instance is discovered on the machine.

Optional osName

osName: undefined | string

The Operating System running on the hybrid machine. NOTE: This property will not be serialized. It can only be populated by the server.

Optional osProfile

osProfile: OSProfile

Specifies the operating system settings for the hybrid machine.

Optional osSku

osSku: undefined | string

Specifies the Operating System product SKU. NOTE: This property will not be serialized. It can only be populated by the server.

Optional osType

osType: undefined | string

The type of Operating System (windows/linux).

Optional osVersion

osVersion: undefined | string

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

Optional parentClusterResourceId

parentClusterResourceId: undefined | string

The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any.

Optional privateLinkScopeResourceId

privateLinkScopeResourceId: undefined | string

The resource id of the private link scope this machine is assigned to, if any.

Optional provisioningState

provisioningState: undefined | string

The provisioning state, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

status: StatusTypes

The status of the hybrid machine agent. NOTE: This property will not be serialized. It can only be populated by the server.

Optional vmId

vmId: undefined | string

Specifies the hybrid machine unique ID.

Optional vmUuid

vmUuid: undefined | string

Specifies the Arc Machine's unique SMBIOS ID NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc