次の方法で共有


SparkJobState コンストラクター

定義

オーバーロード

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

SparkJobState()

ソース:
SparkJobState.cs
public SparkJobState ();
Public Sub New ()

適用対象

SparkJobState(Nullable<Int32>, String)

ソース:
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)

パラメーター

state
String

適用対象