JobStreamListResult Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- nextLink
- String
Gets or sets the next link.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET