Class AzPowerShellSetupTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.AzPowerShellSetupTypeProperties

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

    • AzPowerShellSetupTypeProperties

      public AzPowerShellSetupTypeProperties()
  • Method Details

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