SourceControlSyncJobStream Constructors

Definition

Overloads

SourceControlSyncJobStream()

Initializes a new instance of the SourceControlSyncJobStream class.

SourceControlSyncJobStream(String, String, String, Nullable<DateTimeOffset>, String)

Initializes a new instance of the SourceControlSyncJobStream class.

SourceControlSyncJobStream()

Initializes a new instance of the SourceControlSyncJobStream class.

public SourceControlSyncJobStream ();
Public Sub New ()

Applies to

SourceControlSyncJobStream(String, String, String, Nullable<DateTimeOffset>, String)

Initializes a new instance of the SourceControlSyncJobStream class.

public SourceControlSyncJobStream (string id = default, string sourceControlSyncJobStreamId = default, string summary = default, DateTimeOffset? time = default, string streamType = default);
new Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobStream : string * string * string * Nullable<DateTimeOffset> * string -> Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobStream
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)

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'

Applies to