Uses of Class
com.azure.resourcemanager.datafactory.models.SsisLogLocation
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of SsisLogLocation in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionExecuteSsisPackageActivityTypeProperties.logLocation()
Get the logLocation property: SSIS package execution log location.Modifier and TypeMethodDescriptionExecuteSsisPackageActivityTypeProperties.withLogLocation
(SsisLogLocation logLocation) Set the logLocation property: SSIS package execution log location. -
Uses of SsisLogLocation in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionExecuteSsisPackageActivity.logLocation()
Get the logLocation property: SSIS package execution log location.SsisLogLocation.withAccessCredential
(SsisAccessCredential accessCredential) Set the accessCredential property: The package execution log access credential.SsisLogLocation.withLogPath
(Object logPath) Set the logPath property: The SSIS package execution log path.SsisLogLocation.withLogRefreshInterval
(Object logRefreshInterval) Set the logRefreshInterval property: Specifies the interval to refresh log.SsisLogLocation.withType
(SsisLogLocationType type) Set the type property: The type of SSIS log location.Modifier and TypeMethodDescriptionExecuteSsisPackageActivity.withLogLocation
(SsisLogLocation logLocation) Set the logLocation property: SSIS package execution log location.