JobStreamOperationsExtensions.Get 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 Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse Get (this Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations operations, string automationAccount, Guid jobId, string jobStreamId);
static member Get : Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations * string * Guid * string -> Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse
<Extension()>
Public Function Get (operations As IJobStreamOperations, automationAccount As String, jobId As Guid, jobStreamId As String) As 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.