AzPowerShellSetup Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. CustomSetupBase - com.
azure. resourcemanager. datafactory. models. AzPowerShellSetup
- com.
- com.
public final class AzPowerShellSetup
extends CustomSetupBase
The express custom setup of installing Azure PowerShell.
Constructor Summary
| Constructor | Description |
|---|---|
| AzPowerShellSetup() |
Creates an instance of Az |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Az |
fromJson(JsonReader jsonReader)
Reads an instance of Az |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of custom setup. |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: The required version of Azure Power |
|
Az |
withVersion(String version)
Set the version property: The required version of Azure Power |
Methods inherited from CustomSetupBase
Methods inherited from java.lang.Object
Constructor Details
AzPowerShellSetup
public AzPowerShellSetup()
Creates an instance of AzPowerShellSetup class.
Method Details
fromJson
public static AzPowerShellSetup fromJson(JsonReader jsonReader)
Reads an instance of AzPowerShellSetup from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AzPowerShellSetup.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of custom setup.
Overrides:
AzPowerShellSetup.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
AzPowerShellSetup.validate()version
public String version()
Get the version property: The required version of Azure PowerShell to install.
Returns:
withVersion
public AzPowerShellSetup withVersion(String version)
Set the version property: The required version of Azure PowerShell to install.
Parameters:
Returns: