Class AzPowerShellSetup


  • public final class AzPowerShellSetup
    extends CustomSetupBase
    The express custom setup of installing Azure PowerShell.
    • Constructor Detail

      • AzPowerShellSetup

        public AzPowerShellSetup()
    • Method Detail

      • version

        public String version()
        Get the version property: The required version of Azure PowerShell to install.
        Returns:
        the version value.
      • withVersion

        public AzPowerShellSetup withVersion​(String version)
        Set the version property: The required version of Azure PowerShell to install.
        Parameters:
        version - the version value to set.
        Returns:
        the AzPowerShellSetup object itself.