Uses of Class
com.azure.resourcemanager.datafactory.models.SsisExecutionCredential
-
Packages that use SsisExecutionCredential Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of SsisExecutionCredential in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return SsisExecutionCredential Modifier and Type Method Description SsisExecutionCredential
ExecuteSsisPackageActivityTypeProperties. executionCredential()
Get the executionCredential property: The package execution credential.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type SsisExecutionCredential Modifier and Type Method Description ExecuteSsisPackageActivityTypeProperties
ExecuteSsisPackageActivityTypeProperties. withExecutionCredential(SsisExecutionCredential executionCredential)
Set the executionCredential property: The package execution credential. -
Uses of SsisExecutionCredential in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SsisExecutionCredential Modifier and Type Method Description SsisExecutionCredential
ExecuteSsisPackageActivity. executionCredential()
Get the executionCredential property: The package execution credential.SsisExecutionCredential
SsisExecutionCredential. withDomain(Object domain)
Set the domain property: Domain for windows authentication.SsisExecutionCredential
SsisExecutionCredential. withPassword(SecureString password)
Set the password property: Password for windows authentication.SsisExecutionCredential
SsisExecutionCredential. withUsername(Object username)
Set the username property: UseName for windows authentication.Methods in com.azure.resourcemanager.datafactory.models with parameters of type SsisExecutionCredential Modifier and Type Method Description ExecuteSsisPackageActivity
ExecuteSsisPackageActivity. withExecutionCredential(SsisExecutionCredential executionCredential)
Set the executionCredential property: The package execution credential.
-