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