AdfDebugInfoCopyCondition Enumeration
The AdfDebugInfoCopyCondition enumeration provides options for determining when log files containing debug information should be copied to the Azure Storage account associated with an HDInsight cluster.
Enumeration Values
Name | Summary |
---|---|
None | Specifies that log files will never be copied. |
Always | Specifies that log files will be copied for every script execution. |
Failure | Specifies that log files will only be copied when there is a failure during script execution. |