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 Summary
Constructors Constructor Description AzPowerShellSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validate()
Validates the instance.String
version()
Get the version property: The required version of Azure PowerShell to install.AzPowerShellSetup
withVersion(String version)
Set the version property: The required version of Azure PowerShell to install.
-
-
-
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.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classCustomSetupBase
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-