GetComputeMachineOsProfile

data class GetComputeMachineOsProfile(val computerName: String, val linuxConfigurations: List<GetComputeMachineOsProfileLinuxConfiguration>, val windowsConfigurations: List<GetComputeMachineOsProfileWindowsConfiguration>)

Constructors

Link copied to clipboard
constructor(computerName: String, linuxConfigurations: List<GetComputeMachineOsProfileLinuxConfiguration>, windowsConfigurations: List<GetComputeMachineOsProfileWindowsConfiguration>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the host OS name of the hybrid machine.

Link copied to clipboard

A linux_configuration block as defined above.

Link copied to clipboard

A windows_configuration block as defined below.