ArmAutomationModelFactory.AutomationJobStream Method
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.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET