SourceControlSyncJobStreamById Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Azure SDK for .NET