Class LogLocationSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.LogLocationSettings
Log location settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the linkedServiceName property: Log storage linked service reference.path()
Get the path property: The path to storage for storing detailed logs of activity execution.void
validate()
Validates the instance.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Log storage linked service reference.Set the path property: The path to storage for storing detailed logs of activity execution.
-
Constructor Details
-
LogLocationSettings
public LogLocationSettings()Creates an instance of LogLocationSettings class.
-
-
Method Details
-
linkedServiceName
Get the linkedServiceName property: Log storage linked service reference.- Returns:
- the linkedServiceName value.
-
withLinkedServiceName
Set the linkedServiceName property: Log storage linked service reference.- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the LogLocationSettings object itself.
-
path
Get the path property: The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).- Returns:
- the path value.
-
withPath
Set the path property: The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string).- Parameters:
path
- the path value to set.- Returns:
- the LogLocationSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-