GetOsProfile

data class GetOsProfile(val computerName: String, val linuxes: List<GetOsProfileLinux>, val windows: List<GetOsProfileWindow>)

Constructors

Link copied to clipboard
constructor(computerName: String, linuxes: List<GetOsProfileLinux>, windows: List<GetOsProfileWindow>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the host OS name of the Azure Arc machine.

Link copied to clipboard

A linux block as defined above.

Link copied to clipboard

A windows block as defined below.