SourceControlSyncJobStream 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.
public class SourceControlSyncJobStream : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.SourceControlSyncJobStream>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.SourceControlSyncJobStream>
public class SourceControlSyncJobStream
type SourceControlSyncJobStream = class
interface IJsonModel<SourceControlSyncJobStream>
interface IPersistableModel<SourceControlSyncJobStream>
type SourceControlSyncJobStream = class
Public Class SourceControlSyncJobStream
Implements IJsonModel(Of SourceControlSyncJobStream), IPersistableModel(Of SourceControlSyncJobStream)
Public Class SourceControlSyncJobStream
- Inheritance
-
SourceControlSyncJobStream
- Implements
Properties
Id |
Resource id. |
SourceControlSyncJobStreamId |
The sync job stream id. |
StreamType |
The type of the sync job stream. |
Summary |
The summary of the sync job stream. |
Time |
The time of the sync job stream. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SourceControlSyncJobStream>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SourceControlSyncJobStream>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SourceControlSyncJobStream>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SourceControlSyncJobStream>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SourceControlSyncJobStream>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET