LogLocationSettings Class

Log location settings.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory._serialization.Model
LogLocationSettings

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).