HiveJobSubmissionParameters.EnableLog Property

 

Namespace:   Microsoft.Azure.Management.HDInsight.Job.Models
Assembly:  Microsoft.Azure.Management.HDInsight.Job (in Microsoft.Azure.Management.HDInsight.Job.dll)

Syntax

public string EnableLog { get; set; }
public:
property String^ EnableLog {
    String^ get();
    void set(String^ value);
}
member EnableLog : string with get, set
Public Property EnableLog As String

Property Value

Type: System.String

See Also

HiveJobSubmissionParameters Class
Microsoft.Azure.Management.HDInsight.Job.Models Namespace

Return to top