ArmAutomationModelFactory.AutomationJobStream Method

Definition

Initializes a new instance of AutomationJobStream.

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

Parameters

id
ResourceIdentifier

Gets or sets the id of the resource.

jobStreamId
String

Gets or sets the id of the job stream.

time
Nullable<DateTimeOffset>

Gets or sets the creation time of the job.

streamType
Nullable<AutomationJobStreamType>

Gets or sets the stream type.

streamText
String

Gets or sets the stream text.

summary
String

Gets or sets the summary.

value
IReadOnlyDictionary<String,BinaryData>

Gets or sets the values of the job stream.

Returns

A new AutomationJobStream instance for mocking.

Applies to