JobStreamOperationsExtensions.Get Method (IJobStreamOperations, String, Guid, String)
Retrieve the job stream identified by job stream id. (see https://aka.ms/azureautomationsdk/jobstreamoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static JobStreamGetResponse Get(
this IJobStreamOperations operations,
string automationAccount,
Guid jobId,
string jobStreamId
)
public:
[ExtensionAttribute]
static JobStreamGetResponse^ Get(
IJobStreamOperations^ operations,
String^ automationAccount,
Guid jobId,
String^ jobStreamId
)
static member Get :
operations:IJobStreamOperations *
automationAccount:string *
jobId:Guid *
jobStreamId:string -> JobStreamGetResponse
<ExtensionAttribute>
Public Shared Function Get (
operations As IJobStreamOperations,
automationAccount As String,
jobId As Guid,
jobStreamId As String
) As JobStreamGetResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobStreamOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
automationAccount
Type: System.StringRequired. The automation account name.
jobId
Type: System.GuidRequired. The job id.
jobStreamId
Type: System.StringRequired. The job stream id.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse
The response model for the get job stream operation.
See Also
JobStreamOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top