Uses of Class
com.azure.analytics.synapse.artifacts.models.SsisLogLocation
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of SsisLogLocation in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionExecuteSsisPackageActivity.getLogLocation()
Get the logLocation property: SSIS package execution log location.SsisLogLocation.setAccessCredential
(SsisAccessCredential accessCredential) Set the accessCredential property: The package execution log access credential.SsisLogLocation.setLogPath
(Object logPath) Set the logPath property: The SSIS package execution log path.SsisLogLocation.setLogRefreshInterval
(Object logRefreshInterval) Set the logRefreshInterval property: Specifies the interval to refresh log.SsisLogLocation.setType
(SsisLogLocationType type) Set the type property: The type of SSIS log location.Modifier and TypeMethodDescriptionExecuteSsisPackageActivity.setLogLocation
(SsisLogLocation logLocation) Set the logLocation property: SSIS package execution log location.