Class LogLocationSettings
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.LogLocationSettings
-
public final class LogLocationSettings extends Object
Log location settings.
-
-
Constructor Summary
Constructors Constructor Description LogLocationSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkedServiceReference
linkedServiceName()
Get the linkedServiceName property: Log storage linked service reference.Object
path()
Get the path property: The path to storage for storing detailed logs of activity execution.void
validate()
Validates the instance.LogLocationSettings
withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Log storage linked service reference.LogLocationSettings
withPath(Object path)
Set the path property: The path to storage for storing detailed logs of activity execution.
-
-
-
Method Detail
-
linkedServiceName
public LinkedServiceReference linkedServiceName()
Get the linkedServiceName property: Log storage linked service reference.- Returns:
- the linkedServiceName value.
-
withLinkedServiceName
public LogLocationSettings withLinkedServiceName(LinkedServiceReference linkedServiceName)
Set the linkedServiceName property: Log storage linked service reference.- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the LogLocationSettings object itself.
-
path
public Object 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
public LogLocationSettings withPath(Object path)
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.
-
-