Share via


JobStreamListResult Constructors

Definition

Overloads

JobStreamListResult()

Initializes a new instance of the JobStreamListResult class.

JobStreamListResult(IList<JobStream>, String)

Initializes a new instance of the JobStreamListResult class.

JobStreamListResult()

Initializes a new instance of the JobStreamListResult class.

public JobStreamListResult ();
Public Sub New ()

Applies to

JobStreamListResult(IList<JobStream>, String)

Initializes a new instance of the JobStreamListResult class.

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)

Parameters

value
IList<JobStream>

A list of job streams.

nextLink
String

Gets or sets the next link.

Applies to