Share via


JobStreamOperationsExtensions.Get Method

Definition

Overloads

Get(IJobStreamOperations, String, String, Guid, String)
Get(IJobStreamOperations, String, String, String, String, String)

Retrieve the job stream identified by job stream id. http://aka.ms/azureautomationsdk/jobstreamoperations

Get(IJobStreamOperations, String, String, Guid, String)

public static Microsoft.Azure.Management.Automation.Models.JobStreamGetResponse Get (this Microsoft.Azure.Management.Automation.IJobStreamOperations operations, string resourceGroupName, string automationAccount, Guid jobId, string jobStreamId);
static member Get : Microsoft.Azure.Management.Automation.IJobStreamOperations * string * string * Guid * string -> Microsoft.Azure.Management.Automation.Models.JobStreamGetResponse
<Extension()>
Public Function Get (operations As IJobStreamOperations, resourceGroupName As String, automationAccount As String, jobId As Guid, jobStreamId As String) As JobStreamGetResponse

Parameters

resourceGroupName
String
automationAccount
String
jobId
Guid
jobStreamId
String

Returns

Applies to

Get(IJobStreamOperations, String, String, String, String, String)

Retrieve the job stream identified by job stream id. http://aka.ms/azureautomationsdk/jobstreamoperations

public static Microsoft.Azure.Management.Automation.Models.JobStream Get (this Microsoft.Azure.Management.Automation.IJobStreamOperations operations, string resourceGroupName, string automationAccountName, string jobName, string jobStreamId, string clientRequestId = default);
static member Get : Microsoft.Azure.Management.Automation.IJobStreamOperations * string * string * string * string * string -> Microsoft.Azure.Management.Automation.Models.JobStream
<Extension()>
Public Function Get (operations As IJobStreamOperations, resourceGroupName As String, automationAccountName As String, jobName As String, jobStreamId As String, Optional clientRequestId As String = Nothing) As JobStream

Parameters

operations
IJobStreamOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure Resource group.

automationAccountName
String

The name of the automation account.

jobName
String

The job name.

jobStreamId
String

The job stream id.

clientRequestId
String

Identifies this specific client request.

Returns

Applies to