JobStreamOperationsExtensions.GetAsync 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.
Retrieve the job stream identified by job stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations operations, string automationAccount, Guid jobId, string jobStreamId);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations * string * Guid * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse>
<Extension()>
Public Function GetAsync (operations As IJobStreamOperations, automationAccount As String, jobId As Guid, jobStreamId As String) As Task(Of JobStreamGetResponse)
Parameters
- operations
- IJobStreamOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
- automationAccount
- String
Required. The automation account name.
- jobId
- Guid
Required. The job id.
- jobStreamId
- String
Required. The job stream id.
Returns
The response model for the get job stream operation.