Uses of Class
com.azure.resourcemanager.datafactory.models.SsisExecutionCredential
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of SsisExecutionCredential in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionExecuteSsisPackageActivityTypeProperties.executionCredential()
Get the executionCredential property: The package execution credential.Modifier and TypeMethodDescriptionExecuteSsisPackageActivityTypeProperties.withExecutionCredential
(SsisExecutionCredential executionCredential) Set the executionCredential property: The package execution credential. -
Uses of SsisExecutionCredential in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionExecuteSsisPackageActivity.executionCredential()
Get the executionCredential property: The package execution credential.SsisExecutionCredential.withDomain
(Object domain) Set the domain property: Domain for windows authentication.SsisExecutionCredential.withPassword
(SecureString password) Set the password property: Password for windows authentication.SsisExecutionCredential.withUsername
(Object username) Set the username property: UseName for windows authentication.Modifier and TypeMethodDescriptionExecuteSsisPackageActivity.withExecutionCredential
(SsisExecutionCredential executionCredential) Set the executionCredential property: The package execution credential.