Uses of Class
com.azure.resourcemanager.datafactory.models.SsisAccessCredential
-
Packages that use SsisAccessCredential 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 SsisAccessCredential in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return SsisAccessCredential Modifier and Type Method Description SsisAccessCredential
SsisLogLocationTypeProperties. accessCredential()
Get the accessCredential property: The package execution log access credential.SsisAccessCredential
SsisPackageLocationTypeProperties. accessCredential()
Get the accessCredential property: The package access credential.SsisAccessCredential
SsisPackageLocationTypeProperties. configurationAccessCredential()
Get the configurationAccessCredential property: The configuration file access credential.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type SsisAccessCredential Modifier and Type Method Description SsisLogLocationTypeProperties
SsisLogLocationTypeProperties. withAccessCredential(SsisAccessCredential accessCredential)
Set the accessCredential property: The package execution log access credential.SsisPackageLocationTypeProperties
SsisPackageLocationTypeProperties. withAccessCredential(SsisAccessCredential accessCredential)
Set the accessCredential property: The package access credential.SsisPackageLocationTypeProperties
SsisPackageLocationTypeProperties. withConfigurationAccessCredential(SsisAccessCredential configurationAccessCredential)
Set the configurationAccessCredential property: The configuration file access credential. -
Uses of SsisAccessCredential in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SsisAccessCredential Modifier and Type Method Description SsisAccessCredential
SsisLogLocation. accessCredential()
Get the accessCredential property: The package execution log access credential.SsisAccessCredential
SsisPackageLocation. accessCredential()
Get the accessCredential property: The package access credential.SsisAccessCredential
SsisPackageLocation. configurationAccessCredential()
Get the configurationAccessCredential property: The configuration file access credential.SsisAccessCredential
SsisAccessCredential. withDomain(Object domain)
Set the domain property: Domain for windows authentication.SsisAccessCredential
SsisAccessCredential. withPassword(SecretBase password)
Set the password property: Password for windows authentication.SsisAccessCredential
SsisAccessCredential. withUsername(Object username)
Set the username property: UseName for windows authentication.Methods in com.azure.resourcemanager.datafactory.models with parameters of type SsisAccessCredential Modifier and Type Method Description SsisLogLocation
SsisLogLocation. withAccessCredential(SsisAccessCredential accessCredential)
Set the accessCredential property: The package execution log access credential.SsisPackageLocation
SsisPackageLocation. withAccessCredential(SsisAccessCredential accessCredential)
Set the accessCredential property: The package access credential.SsisPackageLocation
SsisPackageLocation. withConfigurationAccessCredential(SsisAccessCredential configurationAccessCredential)
Set the configurationAccessCredential property: The configuration file access credential.
-