Class LogStorageSettings
java.lang.Object
com.azure.resourcemanager.datafactory.models.LogStorageSettings
(Deprecated. Please use LogSettings) Log storage settings.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: (Deprecated.Get the enableReliableLogging property: Specifies whether to enable reliable logging.Get the linkedServiceName property: Log storage linked service reference.logLevel()
Get the logLevel property: Gets or sets the log level, support: Info, Warning.path()
Get the path property: The path to storage for storing detailed logs of activity execution.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: (Deprecated.withEnableReliableLogging
(Object enableReliableLogging) Set the enableReliableLogging property: Specifies whether to enable reliable logging.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Log storage linked service reference.withLogLevel
(Object logLevel) Set the logLevel property: Gets or sets the log level, support: Info, Warning.Set the path property: The path to storage for storing detailed logs of activity execution.
-
Constructor Details
-
LogStorageSettings
public LogStorageSettings()Creates an instance of LogStorageSettings 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 LogStorageSettings 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 LogStorageSettings object itself.
-
logLevel
Get the logLevel property: Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).- Returns:
- the logLevel value.
-
withLogLevel
Set the logLevel property: Gets or sets the log level, support: Info, Warning. Type: string (or Expression with resultType string).- Parameters:
logLevel
- the logLevel value to set.- Returns:
- the LogStorageSettings object itself.
-
enableReliableLogging
Get the enableReliableLogging property: Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).- Returns:
- the enableReliableLogging value.
-
withEnableReliableLogging
Set the enableReliableLogging property: Specifies whether to enable reliable logging. Type: boolean (or Expression with resultType boolean).- Parameters:
enableReliableLogging
- the enableReliableLogging value to set.- Returns:
- the LogStorageSettings object itself.
-
additionalProperties
Get the additionalProperties property: (Deprecated. Please use LogSettings) Log storage settings.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: (Deprecated. Please use LogSettings) Log storage settings.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the LogStorageSettings object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-