Compartir a través de


JobID Constructores

Definición

Sobrecargas

JobID()
JobID(Nullable<Int64>, String)

JobID()

Source:
JobID.cs
public JobID ();
Public Sub New ()

Se aplica a

JobID(Nullable<Int64>, String)

Source:
JobID.cs
public JobID (long? id = default, string jtIdentifier = default);
new Microsoft.Azure.HDInsight.Job.Models.JobID : Nullable<int64> * string -> Microsoft.Azure.HDInsight.Job.Models.JobID
Public Sub New (Optional id As Nullable(Of Long) = Nothing, Optional jtIdentifier As String = Nothing)

Parámetros

jtIdentifier
String

Se aplica a