IAutomationClient.GetJobStream 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.
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Automation.Model.JobStream> GetJobStream (string resourceGroupName, string automationAccountName, Guid jobId, DateTimeOffset? time, string streamType, ref string nextLink);
abstract member GetJobStream : string * string * Guid * Nullable<DateTimeOffset> * string * string -> seq<Microsoft.Azure.Commands.Automation.Model.JobStream>
Public Function GetJobStream (resourceGroupName As String, automationAccountName As String, jobId As Guid, time As Nullable(Of DateTimeOffset), streamType As String, ByRef nextLink As String) As IEnumerable(Of JobStream)
Parameters
- resourceGroupName
- String
- automationAccountName
- String
- jobId
- Guid
- time
- Nullable<DateTimeOffset>
- streamType
- String
- nextLink
- String