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.
Overloads
GetAsync(IJobStreamOperations, String, String, Guid, String) | |
GetAsync(IJobStreamOperations, String, String, String, String, String, CancellationToken) |
Retrieve the job stream identified by job stream id. http://aka.ms/azureautomationsdk/jobstreamoperations |
GetAsync(IJobStreamOperations, String, String, Guid, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStreamGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IJobStreamOperations operations, string resourceGroupName, string automationAccount, Guid jobId, string jobStreamId);
static member GetAsync : Microsoft.Azure.Management.Automation.IJobStreamOperations * string * string * Guid * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStreamGetResponse>
<Extension()>
Public Function GetAsync (operations As IJobStreamOperations, resourceGroupName As String, automationAccount As String, jobId As Guid, jobStreamId As String) As Task(Of JobStreamGetResponse)
Parameters
- operations
- IJobStreamOperations
- resourceGroupName
- String
- automationAccount
- String
- jobId
- Guid
- jobStreamId
- String
Returns
Applies to
GetAsync(IJobStreamOperations, String, String, String, String, String, CancellationToken)
Retrieve the job stream identified by job stream id. http://aka.ms/azureautomationsdk/jobstreamoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStream> GetAsync (this Microsoft.Azure.Management.Automation.IJobStreamOperations operations, string resourceGroupName, string automationAccountName, string jobName, string jobStreamId, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.IJobStreamOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStream>
<Extension()>
Public Function GetAsync (operations As IJobStreamOperations, resourceGroupName As String, automationAccountName As String, jobName As String, jobStreamId As String, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Azure SDK for .NET