JobInformation.Type Property
Required. Gets or sets the job type of the current job (i.e. Hive or U-SQL).
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)
Syntax
public string Type { get; set; }
public:
property String^ Type {
String^ get();
void set(String^ value);
}
member Type : string with get, set
Public Property Type As String
Property Value
Type: System.String
See Also
JobInformation Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top