SourceControlSyncJobStreamById Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Definition of the source control sync job stream by id.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SourceControlSyncJobStreamById
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SourceControlSyncJobStreamById = class
Public Class SourceControlSyncJobStreamById
- Inheritance
-
SourceControlSyncJobStreamById
- Attributes
Constructors
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. |
Properties
Id |
Gets resource id. |
SourceControlSyncJobStreamId |
Gets or sets the sync job stream id. |
StreamText |
Gets or sets the text of the sync job stream. |
StreamType |
Gets or sets the type of the sync job stream. Possible values include: 'Error', 'Output' |
Summary |
Gets or sets the summary of the sync job stream. |
Time |
Gets the time of the sync job stream. |
Value |
Gets or sets the values of the job stream. |
Applies to
Azure SDK for .NET