Class AzPowerShellSetupTypeProperties


  • public final class AzPowerShellSetupTypeProperties
    extends Object
    Installation of Azure PowerShell type properties.
    • Constructor Detail

      • AzPowerShellSetupTypeProperties

        public AzPowerShellSetupTypeProperties()
    • Method Detail

      • version

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

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

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.