SSISLogLocation Class

SSIS package execution log location.

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

Inheritance
azure.mgmt.datafactory._serialization.Model
SSISLogLocation

Constructor

SSISLogLocation(*, log_path: MutableMapping[str, Any], type: str | _models.SsisLogLocationType, access_credential: _models.SSISAccessCredential | None = None, log_refresh_interval: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
log_path
<xref:JSON>

The SSIS package execution log path. Type: string (or Expression with resultType string). Required.

type

The type of SSIS log location. Required. "File"

access_credential

The package execution log access credential.

log_refresh_interval
<xref:JSON>

Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])).

Variables

Name Description
log_path
<xref:JSON>

The SSIS package execution log path. Type: string (or Expression with resultType string). Required.

type

The type of SSIS log location. Required. "File"

access_credential

The package execution log access credential.

log_refresh_interval
<xref:JSON>

Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((d+).)?(dd):(60|([0-5][0-9])):(60|([0-5][0-9])).