Uses of Class
com.azure.resourcemanager.datafactory.models.SsisLogLocation
-
Packages that use SsisLogLocation 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 SsisLogLocation in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return SsisLogLocation Modifier and Type Method Description SsisLogLocation
ExecuteSsisPackageActivityTypeProperties. logLocation()
Get the logLocation property: SSIS package execution log location.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type SsisLogLocation Modifier and Type Method Description ExecuteSsisPackageActivityTypeProperties
ExecuteSsisPackageActivityTypeProperties. withLogLocation(SsisLogLocation logLocation)
Set the logLocation property: SSIS package execution log location. -
Uses of SsisLogLocation in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return SsisLogLocation Modifier and Type Method Description SsisLogLocation
ExecuteSsisPackageActivity. logLocation()
Get the logLocation property: SSIS package execution log location.SsisLogLocation
SsisLogLocation. withAccessCredential(SsisAccessCredential accessCredential)
Set the accessCredential property: The package execution log access credential.SsisLogLocation
SsisLogLocation. withLogPath(Object logPath)
Set the logPath property: The SSIS package execution log path.SsisLogLocation
SsisLogLocation. withLogRefreshInterval(Object logRefreshInterval)
Set the logRefreshInterval property: Specifies the interval to refresh log.SsisLogLocation
SsisLogLocation. withType(SsisLogLocationType type)
Set the type property: The type of SSIS log location.Methods in com.azure.resourcemanager.datafactory.models with parameters of type SsisLogLocation Modifier and Type Method Description ExecuteSsisPackageActivity
ExecuteSsisPackageActivity. withLogLocation(SsisLogLocation logLocation)
Set the logLocation property: SSIS package execution log location.
-