JobStreamOperationsExtensions.GetAsync Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
GetAsync(IJobStreamOperations, String, String, Guid, String) | |
GetAsync(IJobStreamOperations, String, String, String, String, String, CancellationToken) |
Načtěte datový proud úlohy identifikovaný podle ID streamu úlohy. 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)
Parametry
- operations
- IJobStreamOperations
- resourceGroupName
- String
- automationAccount
- String
- jobId
- Guid
- jobStreamId
- String
Návraty
Platí pro
GetAsync(IJobStreamOperations, String, String, String, String, String, CancellationToken)
Načtěte datový proud úlohy identifikovaný podle ID streamu úlohy. 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)
Parametry
- operations
- IJobStreamOperations
Skupina operací pro tuto rozšiřující metodu.
- resourceGroupName
- String
Název skupiny prostředků Azure.
- automationAccountName
- String
Název účtu Automation.
- jobName
- String
Název úlohy.
- jobStreamId
- String
ID streamu úlohy
- clientRequestId
- String
Identifikuje tento konkrétní požadavek klienta.
- cancellationToken
- CancellationToken
Token zrušení.
Návraty
Platí pro
Azure SDK for .NET