Share via


SourceControlSyncJobStreamById Constructors

Definition

Overloads

SourceControlSyncJobStreamById()

Initializes a new instance of the SourceControlSyncJobStreamById class.

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

Initializes a new instance of the SourceControlSyncJobStreamById class.

SourceControlSyncJobStreamById()

Initializes a new instance of the SourceControlSyncJobStreamById class.

public SourceControlSyncJobStreamById ();
Public Sub New ()

Applies to

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

Initializes a new instance of the SourceControlSyncJobStreamById class.

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)

Parameters

id
String

Resource id.

sourceControlSyncJobStreamId
String

The sync job stream id.

summary
String

The summary of the sync job stream.

time
Nullable<DateTimeOffset>

The time of the sync job stream.

streamType
String

The type of the sync job stream. Possible values include: 'Error', 'Output'

streamText
String

The text of the sync job stream.

value
IDictionary<String,Object>

The values of the job stream.

Applies to