Package version:

Interface CustomSetupBase

The base definition of the custom setup.

interface CustomSetupBase {
    type:
        | "CmdkeySetup"
        | "EnvironmentVariableSetup"
        | "ComponentSetup"
        | "AzPowerShellSetup";
}

Hierarchy (view full)

Properties

Properties

type:
    | "CmdkeySetup"
    | "EnvironmentVariableSetup"
    | "ComponentSetup"
    | "AzPowerShellSetup"

Polymorphic discriminator, which specifies the different types this object can be