OSProfile interface

Specifies the operating system settings for the Azure Bare Metal instance.

Properties

computerName

Specifies the host OS name of the Azure Bare Metal instance.

osType

This property allows you to specify the type of the OS. NOTE: This property will not be serialized. It can only be populated by the server.

sshPublicKey

Specifies the SSH public key used to access the operating system.

version

Specifies version of operating system. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

computerName

Specifies the host OS name of the Azure Bare Metal instance.

computerName?: string

Property Value

string

osType

This property allows you to specify the type of the OS. NOTE: This property will not be serialized. It can only be populated by the server.

osType?: string

Property Value

string

sshPublicKey

Specifies the SSH public key used to access the operating system.

sshPublicKey?: string

Property Value

string

version

Specifies version of operating system. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

Property Value

string