Class ExecuteSsisPackageActivity
java.lang.Object
com.azure.resourcemanager.datafactory.models.Activity
com.azure.resourcemanager.datafactory.models.ExecutionActivity
com.azure.resourcemanager.datafactory.models.ExecuteSsisPackageActivity
Execute SSIS package activity.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ExecuteSsisPackageActivity class. -
Method Summary
Modifier and TypeMethodDescriptionGet the connectVia property: The integration runtime reference.Get the environmentPath property: The environment path to execute the SSIS package.Get the executionCredential property: The package execution credential.Get the loggingLevel property: The logging level of SSIS package execution.Get the logLocation property: SSIS package execution log location.Get the packageConnectionManagers property: The package level connection managers to execute the SSIS package.Get the packageLocation property: SSIS package location.Get the packageParameters property: The package level parameters to execute the SSIS package.Get the projectConnectionManagers property: The project level connection managers to execute the SSIS package.Get the projectParameters property: The project level parameters to execute the SSIS package.Get the propertyOverrides property: The property overrides to execute the SSIS package.runtime()
Get the runtime property: Specifies the runtime to execute SSIS package.void
validate()
Validates the instance.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.withDescription
(String description) Set the description property: Activity description.withEnvironmentPath
(Object environmentPath) Set the environmentPath property: The environment path to execute the SSIS package.withExecutionCredential
(SsisExecutionCredential executionCredential) Set the executionCredential property: The package execution credential.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.withLoggingLevel
(Object loggingLevel) Set the loggingLevel property: The logging level of SSIS package execution.withLogLocation
(SsisLogLocation logLocation) Set the logLocation property: SSIS package execution log location.Set the name property: Activity name.withPackageConnectionManagers
(Map<String, Map<String, SsisExecutionParameter>> packageConnectionManagers) Set the packageConnectionManagers property: The package level connection managers to execute the SSIS package.withPackageLocation
(SsisPackageLocation packageLocation) Set the packageLocation property: SSIS package location.withPackageParameters
(Map<String, SsisExecutionParameter> packageParameters) Set the packageParameters property: The package level parameters to execute the SSIS package.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.withProjectConnectionManagers
(Map<String, Map<String, SsisExecutionParameter>> projectConnectionManagers) Set the projectConnectionManagers property: The project level connection managers to execute the SSIS package.withProjectParameters
(Map<String, SsisExecutionParameter> projectParameters) Set the projectParameters property: The project level parameters to execute the SSIS package.withPropertyOverrides
(Map<String, SsisPropertyOverride> propertyOverrides) Set the propertyOverrides property: The property overrides to execute the SSIS package.withRuntime
(Object runtime) Set the runtime property: Specifies the runtime to execute SSIS package.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.Methods inherited from class com.azure.resourcemanager.datafactory.models.ExecutionActivity
linkedServiceName, policy
Methods inherited from class com.azure.resourcemanager.datafactory.models.Activity
additionalProperties, dependsOn, description, name, userProperties, withAdditionalProperties
-
Constructor Details
-
ExecuteSsisPackageActivity
public ExecuteSsisPackageActivity()Creates an instance of ExecuteSsisPackageActivity class.
-
-
Method Details
-
withLinkedServiceName
Set the linkedServiceName property: Linked service reference.- Overrides:
withLinkedServiceName
in classExecutionActivity
- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the ExecutionActivity object itself.
-
withPolicy
Set the policy property: Activity policy.- Overrides:
withPolicy
in classExecutionActivity
- Parameters:
policy
- the policy value to set.- Returns:
- the ExecutionActivity object itself.
-
withName
Set the name property: Activity name.- Overrides:
withName
in classExecutionActivity
- Parameters:
name
- the name value to set.- Returns:
- the Activity object itself.
-
withDescription
Set the description property: Activity description.- Overrides:
withDescription
in classExecutionActivity
- Parameters:
description
- the description value to set.- Returns:
- the Activity object itself.
-
withDependsOn
Set the dependsOn property: Activity depends on condition.- Overrides:
withDependsOn
in classExecutionActivity
- Parameters:
dependsOn
- the dependsOn value to set.- Returns:
- the Activity object itself.
-
withUserProperties
Set the userProperties property: Activity user properties.- Overrides:
withUserProperties
in classExecutionActivity
- Parameters:
userProperties
- the userProperties value to set.- Returns:
- the Activity object itself.
-
packageLocation
Get the packageLocation property: SSIS package location.- Returns:
- the packageLocation value.
-
withPackageLocation
Set the packageLocation property: SSIS package location.- Parameters:
packageLocation
- the packageLocation value to set.- Returns:
- the ExecuteSsisPackageActivity object itself.
-
runtime
Get the runtime property: Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).- Returns:
- the runtime value.
-
withRuntime
Set the runtime property: Specifies the runtime to execute SSIS package. The value should be "x86" or "x64". Type: string (or Expression with resultType string).- Parameters:
runtime
- the runtime value to set.- Returns:
- the ExecuteSsisPackageActivity object itself.
-
loggingLevel
Get the loggingLevel property: The logging level of SSIS package execution. Type: string (or Expression with resultType string).- Returns:
- the loggingLevel value.
-
withLoggingLevel
Set the loggingLevel property: The logging level of SSIS package execution. Type: string (or Expression with resultType string).- Parameters:
loggingLevel
- the loggingLevel value to set.- Returns:
- the ExecuteSsisPackageActivity object itself.
-
environmentPath
Get the environmentPath property: The environment path to execute the SSIS package. Type: string (or Expression with resultType string).- Returns:
- the environmentPath value.
-
withEnvironmentPath
Set the environmentPath property: The environment path to execute the SSIS package. Type: string (or Expression with resultType string).- Parameters:
environmentPath
- the environmentPath value to set.- Returns:
- the ExecuteSsisPackageActivity object itself.
-
executionCredential
Get the executionCredential property: The package execution credential.- Returns:
- the executionCredential value.
-
withExecutionCredential
public ExecuteSsisPackageActivity withExecutionCredential(SsisExecutionCredential executionCredential) Set the executionCredential property: The package execution credential.- Parameters:
executionCredential
- the executionCredential value to set.- Returns:
- the ExecuteSsisPackageActivity object itself.
-
connectVia
Get the connectVia property: The integration runtime reference.- Returns:
- the connectVia value.
-
withConnectVia
Set the connectVia property: The integration runtime reference.- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the ExecuteSsisPackageActivity object itself.
-
projectParameters
Get the projectParameters property: The project level parameters to execute the SSIS package.- Returns:
- the projectParameters value.
-
withProjectParameters
public ExecuteSsisPackageActivity withProjectParameters(Map<String, SsisExecutionParameter> projectParameters) Set the projectParameters property: The project level parameters to execute the SSIS package.- Parameters:
projectParameters
- the projectParameters value to set.- Returns:
- the ExecuteSsisPackageActivity object itself.
-
packageParameters
Get the packageParameters property: The package level parameters to execute the SSIS package.- Returns:
- the packageParameters value.
-
withPackageParameters
public ExecuteSsisPackageActivity withPackageParameters(Map<String, SsisExecutionParameter> packageParameters) Set the packageParameters property: The package level parameters to execute the SSIS package.- Parameters:
packageParameters
- the packageParameters value to set.- Returns:
- the ExecuteSsisPackageActivity object itself.
-
projectConnectionManagers
Get the projectConnectionManagers property: The project level connection managers to execute the SSIS package.- Returns:
- the projectConnectionManagers value.
-
withProjectConnectionManagers
public ExecuteSsisPackageActivity withProjectConnectionManagers(Map<String, Map<String, SsisExecutionParameter>> projectConnectionManagers) Set the projectConnectionManagers property: The project level connection managers to execute the SSIS package.- Parameters:
projectConnectionManagers
- the projectConnectionManagers value to set.- Returns:
- the ExecuteSsisPackageActivity object itself.
-
packageConnectionManagers
Get the packageConnectionManagers property: The package level connection managers to execute the SSIS package.- Returns:
- the packageConnectionManagers value.
-
withPackageConnectionManagers
public ExecuteSsisPackageActivity withPackageConnectionManagers(Map<String, Map<String, SsisExecutionParameter>> packageConnectionManagers) Set the packageConnectionManagers property: The package level connection managers to execute the SSIS package.- Parameters:
packageConnectionManagers
- the packageConnectionManagers value to set.- Returns:
- the ExecuteSsisPackageActivity object itself.
-
propertyOverrides
Get the propertyOverrides property: The property overrides to execute the SSIS package.- Returns:
- the propertyOverrides value.
-
withPropertyOverrides
public ExecuteSsisPackageActivity withPropertyOverrides(Map<String, SsisPropertyOverride> propertyOverrides) Set the propertyOverrides property: The property overrides to execute the SSIS package.- Parameters:
propertyOverrides
- the propertyOverrides value to set.- Returns:
- the ExecuteSsisPackageActivity object itself.
-
logLocation
Get the logLocation property: SSIS package execution log location.- Returns:
- the logLocation value.
-
withLogLocation
Set the logLocation property: SSIS package execution log location.- Parameters:
logLocation
- the logLocation value to set.- Returns:
- the ExecuteSsisPackageActivity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classExecutionActivity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-