ArmAutomationModelFactory.SourceControlSyncJobStreamResult Method

Definition

Initializes a new instance of SourceControlSyncJobStreamResult.

public static Azure.ResourceManager.Automation.Models.SourceControlSyncJobStreamResult SourceControlSyncJobStreamResult (Azure.Core.ResourceIdentifier id = default, string sourceControlSyncJobStreamId = default, string summary = default, DateTimeOffset? time = default, Azure.ResourceManager.Automation.Models.SourceControlStreamType? streamType = default, string streamText = default, System.Collections.Generic.IReadOnlyDictionary<string,BinaryData> value = default);
static member SourceControlSyncJobStreamResult : Azure.Core.ResourceIdentifier * string * string * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Automation.Models.SourceControlStreamType> * string * System.Collections.Generic.IReadOnlyDictionary<string, BinaryData> -> Azure.ResourceManager.Automation.Models.SourceControlSyncJobStreamResult
Public Shared Function SourceControlSyncJobStreamResult (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, Optional streamText As String = Nothing, Optional value As IReadOnlyDictionary(Of String, BinaryData) = Nothing) As SourceControlSyncJobStreamResult

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.

streamText
String

The text of the sync job stream.

value
IReadOnlyDictionary<String,BinaryData>

The values of the job stream.

Returns

A new SourceControlSyncJobStreamResult instance for mocking.

Applies to