SsisLogLocation Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. SsisLogLocation
- com.
Implements
public final class SsisLogLocation
implements JsonSerializable<SsisLogLocation>
SSIS package execution log location.
Constructor Summary
| Constructor | Description |
|---|---|
| SsisLogLocation() |
Creates an instance of Ssis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Ssis |
accessCredential()
Get the access |
|
static
Ssis |
fromJson(JsonReader jsonReader)
Reads an instance of Ssis |
| Object |
logPath()
Get the log |
| Object |
logRefreshInterval()
Get the log |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Ssis |
type()
Get the type property: The type of SSIS log location. |
| void |
validate()
Validates the instance. |
|
Ssis |
withAccessCredential(SsisAccessCredential accessCredential)
Set the access |
|
Ssis |
withLogPath(Object logPath)
Set the log |
|
Ssis |
withLogRefreshInterval(Object logRefreshInterval)
Set the log |
|
Ssis |
withType(SsisLogLocationType type)
Set the type property: The type of SSIS log location. |
Methods inherited from java.lang.Object
Constructor Details
SsisLogLocation
public SsisLogLocation()
Creates an instance of SsisLogLocation class.
Method Details
accessCredential
public SsisAccessCredential accessCredential()
Get the accessCredential property: The package execution log access credential.
Returns:
fromJson
public static SsisLogLocation fromJson(JsonReader jsonReader)
Reads an instance of SsisLogLocation from the JsonReader.
Parameters:
Returns:
Throws:
logPath
public Object logPath()
Get the logPath property: The SSIS package execution log path. Type: string (or Expression with resultType string).
Returns:
logRefreshInterval
public Object logRefreshInterval()
Get the logRefreshInterval property: Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Returns:
toJson
type
public SsisLogLocationType type()
Get the type property: The type of SSIS log location.
Returns:
validate
public void validate()
Validates the instance.
withAccessCredential
public SsisLogLocation withAccessCredential(SsisAccessCredential accessCredential)
Set the accessCredential property: The package execution log access credential.
Parameters:
Returns:
withLogPath
public SsisLogLocation withLogPath(Object logPath)
Set the logPath property: The SSIS package execution log path. Type: string (or Expression with resultType string).
Parameters:
Returns:
withLogRefreshInterval
public SsisLogLocation withLogRefreshInterval(Object logRefreshInterval)
Set the logRefreshInterval property: Specifies the interval to refresh log. The default interval is 5 minutes. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Parameters:
Returns:
withType
public SsisLogLocation withType(SsisLogLocationType type)
Set the type property: The type of SSIS log location.
Parameters:
Returns: