AzPowerShellSetupResponse

data class AzPowerShellSetupResponse(val type: String, val version: String)

The express custom setup of installing Azure PowerShell.

Constructors

Link copied to clipboard
constructor(type: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of custom setup. Expected value is 'AzPowerShellSetup'.

Link copied to clipboard

The required version of Azure PowerShell to install.