Class AzPowerShellSetupResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.AzPowerShellSetupResponse
-
public final class AzPowerShellSetupResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AzPowerShellSetupResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AzPowerShellSetupResponse.Builder
builder()
static AzPowerShellSetupResponse.Builder
builder(AzPowerShellSetupResponse defaults)
java.lang.String
type()
java.lang.String
version()
-
-
-
Method Detail
-
type
public java.lang.String type()
- Returns:
- The type of custom setup. Expected value is 'AzPowerShellSetup'.
-
version
public java.lang.String version()
- Returns:
- The required version of Azure PowerShell to install.
-
builder
public static AzPowerShellSetupResponse.Builder builder()
-
builder
public static AzPowerShellSetupResponse.Builder builder(AzPowerShellSetupResponse defaults)
-
-