Sdílet prostřednictvím


SourceControlSyncJobStreamById Konstruktory

Definice

Přetížení

SourceControlSyncJobStreamById()

Inicializuje novou instanci SourceControlSyncJobStreamById třídy.

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

Inicializuje novou instanci SourceControlSyncJobStreamById třídy.

SourceControlSyncJobStreamById()

Inicializuje novou instanci SourceControlSyncJobStreamById třídy.

public SourceControlSyncJobStreamById ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci SourceControlSyncJobStreamById třídy.

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)

Parametry

id
String

ID prostředku.

sourceControlSyncJobStreamId
String

ID streamu úlohy synchronizace

summary
String

Souhrn streamu úlohy synchronizace

time
Nullable<DateTimeOffset>

Čas streamu úlohy synchronizace.

streamType
String

Typ streamu úlohy synchronizace. Mezi možné hodnoty patří: Chyba, Výstup.

streamText
String

Text streamu úlohy synchronizace.

value
IDictionary<String,Object>

Hodnoty datového proudu úlohy.

Platí pro