OSProfile interface
Specifies the operating system settings for the hybrid machine.
Properties
| computer |
Specifies the host OS name of the hybrid machine. NOTE: This property will not be serialized. It can only be populated by the server. |
| linux |
Specifies the linux configuration for update management. |
| windows |
Specifies the windows configuration for update management. |
Property Details
computerName
Specifies the host OS name of the hybrid machine. NOTE: This property will not be serialized. It can only be populated by the server.
computerName?: string
Property Value
string
linuxConfiguration
Specifies the linux configuration for update management.
linuxConfiguration?: OSProfileLinuxConfiguration
Property Value
windowsConfiguration
Specifies the windows configuration for update management.
windowsConfiguration?: OSProfileWindowsConfiguration