다음을 통해 공유


SourceControlSyncJobStreamById 생성자

정의

오버로드

SourceControlSyncJobStreamById()

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

SourceControlSyncJobStreamById(String, String, String, Nullable<DateTimeOffset>, String, String, IDictionary<String,Object>)

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

SourceControlSyncJobStreamById()

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

public SourceControlSyncJobStreamById ();
Public Sub New ()

적용 대상

SourceControlSyncJobStreamById(String, String, String, Nullable<DateTimeOffset>, String, String, IDictionary<String,Object>)

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

public SourceControlSyncJobStreamById (string id = default, string sourceControlSyncJobStreamId = default, string summary = default, DateTimeOffset? time = default, string streamType = default, string streamText = default, System.Collections.Generic.IDictionary<string,object> value = default);
new Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobStreamById : string * string * string * Nullable<DateTimeOffset> * string * string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobStreamById
Public Sub New (Optional id As String = Nothing, Optional sourceControlSyncJobStreamId As String = Nothing, Optional summary As String = Nothing, Optional time As Nullable(Of DateTimeOffset) = Nothing, Optional streamType As String = Nothing, Optional streamText As String = Nothing, Optional value As IDictionary(Of String, Object) = Nothing)

매개 변수

id
String

리소스 ID입니다.

sourceControlSyncJobStreamId
String

동기화 작업 스트림 ID입니다.

summary
String

동기화 작업 스트림의 요약입니다.

time
Nullable<DateTimeOffset>

동기화 작업 스트림의 시간입니다.

streamType
String

동기화 작업 스트림의 형식입니다. 가능한 값은 'Error', 'Output'입니다.

streamText
String

동기화 작업 스트림의 텍스트입니다.

value
IDictionary<String,Object>

작업 스트림의 값입니다.

적용 대상