Class AzPowerShellSetup

java.lang.Object
com.azure.resourcemanager.datafactory.models.CustomSetupBase
com.azure.resourcemanager.datafactory.models.AzPowerShellSetup

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

    • AzPowerShellSetup

      public AzPowerShellSetup()
  • Method Details

    • 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.
    • validate

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