AzPowerShellSetupArgs

data class AzPowerShellSetupArgs(val type: Output<String>, val version: Output<String>) : ConvertibleToJava<AzPowerShellSetupArgs>

The express custom setup of installing Azure PowerShell.

Constructors

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

Properties

Link copied to clipboard
val type: Output<String>

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

Link copied to clipboard
val version: Output<String>

The required version of Azure PowerShell to install.

Functions

Link copied to clipboard
open override fun toJava(): AzPowerShellSetupArgs