Freigeben über


SparkJobState Konstruktoren

Definition

Überlädt

SparkJobState()
SparkJobState(Nullable<Int32>, String)

SparkJobState()

Quelle:
SparkJobState.cs
public SparkJobState ();
Public Sub New ()

Gilt für:

SparkJobState(Nullable<Int32>, String)

Quelle:
SparkJobState.cs
public SparkJobState (int? id = default, string state = default);
new Microsoft.Azure.HDInsight.Job.Models.SparkJobState : Nullable<int> * string -> Microsoft.Azure.HDInsight.Job.Models.SparkJobState
Public Sub New (Optional id As Nullable(Of Integer) = Nothing, Optional state As String = Nothing)

Parameter

state
String

Gilt für: