LogLocationSettings Class
Log location settings.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelLogLocationSettings
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). |
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). |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python