JobOperationsErrorResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JobOperationsErrorResponse() | |
JobOperationsErrorResponse(String) |
JobOperationsErrorResponse()
public JobOperationsErrorResponse ();
Public Sub New ()
Applies to
JobOperationsErrorResponse(String)
public JobOperationsErrorResponse (string error = default);
new Microsoft.Azure.HDInsight.Job.Models.JobOperationsErrorResponse : string -> Microsoft.Azure.HDInsight.Job.Models.JobOperationsErrorResponse
Public Sub New (Optional error As String = Nothing)
Parameters
- error
- String