你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SourceControlSyncJobStreamRecord Class

Definition

The Source Control Sync Job Stream Record.

public class SourceControlSyncJobStreamRecord : Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobStream
type SourceControlSyncJobStreamRecord = class
    inherit SourceControlSyncJobStream
Public Class SourceControlSyncJobStreamRecord
Inherits SourceControlSyncJobStream
Inheritance
SourceControlSyncJobStreamRecord

Constructors

SourceControlSyncJobStreamRecord()

Initializes a new instance of the JobStreamRecord class.

SourceControlSyncJobStreamRecord(SourceControlSyncJobStreamById, String, String, String, Guid)

Initializes a new instance of the SourceControlSyncJobStreamRecord class.

Properties

AutomationAccountName

Gets or sets the automation account name.

(Inherited from SourceControlSyncJobStream)
ResourceGroupName

Gets or sets the resource group name.

(Inherited from SourceControlSyncJobStream)
SourceControlName

Gets or sets the automation account name.

(Inherited from SourceControlSyncJobStream)
SourceControlSyncJobId

Gets or sets the Job Id.

(Inherited from SourceControlSyncJobStream)
SourceControlSyncJobStreamId

Gets or sets the stream record id

(Inherited from SourceControlSyncJobStream)
StreamText

Gets or sets the text of the sync job stream.

Summary

Gets or sets the summary.

(Inherited from SourceControlSyncJobStream)
Time

Gets or sets the stream time.

(Inherited from SourceControlSyncJobStream)
Type

Gets or sets the stream Type.

(Inherited from SourceControlSyncJobStream)
Value

Gets the value of the sync job stream.

Applies to