Uses of Class
com.azure.resourcemanager.datafactory.models.CustomSetupBase
-
Packages that use CustomSetupBase Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of CustomSetupBase in com.azure.resourcemanager.datafactory.models
Subclasses of CustomSetupBase in com.azure.resourcemanager.datafactory.models Modifier and Type Class Description class
AzPowerShellSetup
The express custom setup of installing Azure PowerShell.class
CmdkeySetup
The custom setup of running cmdkey commands.class
ComponentSetup
The custom setup of installing 3rd party components.class
EnvironmentVariableSetup
The custom setup of setting environment variable.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type CustomSetupBase Modifier and Type Method Description List<CustomSetupBase>
IntegrationRuntimeSsisProperties. expressCustomSetupProperties()
Get the expressCustomSetupProperties property: Custom setup without script properties for a SSIS integration runtime.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type CustomSetupBase Modifier and Type Method Description IntegrationRuntimeSsisProperties
IntegrationRuntimeSsisProperties. withExpressCustomSetupProperties(List<CustomSetupBase> expressCustomSetupProperties)
Set the expressCustomSetupProperties property: Custom setup without script properties for a SSIS integration runtime.
-