ArmAutomationModelFactory.SourceControlSyncJobStream Method

Definition

Initializes a new instance of SourceControlSyncJobStream.

public static Azure.ResourceManager.Automation.Models.SourceControlSyncJobStream SourceControlSyncJobStream (Azure.Core.ResourceIdentifier id = default, string sourceControlSyncJobStreamId = default, string summary = default, DateTimeOffset? time = default, Azure.ResourceManager.Automation.Models.SourceControlStreamType? streamType = default);
static member SourceControlSyncJobStream : Azure.Core.ResourceIdentifier * string * string * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Automation.Models.SourceControlStreamType> -> Azure.ResourceManager.Automation.Models.SourceControlSyncJobStream
Public Shared Function SourceControlSyncJobStream (Optional id As ResourceIdentifier = Nothing, Optional sourceControlSyncJobStreamId As String = Nothing, Optional summary As String = Nothing, Optional time As Nullable(Of DateTimeOffset) = Nothing, Optional streamType As Nullable(Of SourceControlStreamType) = Nothing) As SourceControlSyncJobStream

Parameters

id
ResourceIdentifier

Resource id.

sourceControlSyncJobStreamId
String

The sync job stream id.

summary
String

The summary of the sync job stream.

time
Nullable<DateTimeOffset>

The time of the sync job stream.

streamType
Nullable<SourceControlStreamType>

The type of the sync job stream.

Returns

A new SourceControlSyncJobStream instance for mocking.

Applies to