Udostępnij za pośrednictwem


JobStreamListResult Konstruktory

Definicja

Przeciążenia

JobStreamListResult()

Inicjuje nowe wystąpienie klasy JobStreamListResult.

JobStreamListResult(IList<JobStream>, String)

Inicjuje nowe wystąpienie klasy JobStreamListResult.

JobStreamListResult()

Inicjuje nowe wystąpienie klasy JobStreamListResult.

public JobStreamListResult ();
Public Sub New ()

Dotyczy

JobStreamListResult(IList<JobStream>, String)

Inicjuje nowe wystąpienie klasy JobStreamListResult.

public JobStreamListResult (System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.JobStream> value = default, string nextLink = default);
new Microsoft.Azure.Management.Automation.Models.JobStreamListResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.JobStream> * string -> Microsoft.Azure.Management.Automation.Models.JobStreamListResult
Public Sub New (Optional value As IList(Of JobStream) = Nothing, Optional nextLink As String = Nothing)

Parametry

value
IList<JobStream>

Lista strumieni zadań.

nextLink
String

Pobiera lub ustawia następny link.

Dotyczy