LogLocationSettings Class
Log ___location settings.
All required parameters must be populated in order to send to server.
Constructor
LogLocationSettings(*, linked_service_name: _models.LinkedServiceReference, path: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
linked_service_name
|
Log storage linked service reference. Required. |
path
|
<xref:JSON>
The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string). Default value: None
|
Variables
Name | Description |
---|---|
linked_service_name
|
Log storage linked service reference. Required. |
path
|
<xref:JSON>
The path to storage for storing detailed logs of activity execution. Type: string (or Expression with resultType string). |