다음을 통해 공유


JobStreamListResult 생성자

정의

오버로드

JobStreamListResult()

JobStreamListResult 클래스의 새 instance 초기화합니다.

JobStreamListResult(IList<JobStream>, String)

JobStreamListResult 클래스의 새 instance 초기화합니다.

JobStreamListResult()

JobStreamListResult 클래스의 새 instance 초기화합니다.

public JobStreamListResult ();
Public Sub New ()

적용 대상

JobStreamListResult(IList<JobStream>, String)

JobStreamListResult 클래스의 새 instance 초기화합니다.

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)

매개 변수

value
IList<JobStream>

작업 스트림 목록입니다.

nextLink
String

다음 링크를 가져오거나 설정합니다.

적용 대상