Método IJobStreamOperations.GetAsync (String, Guid, String, CancellationToken)
Recupere o fluxo de trabalho identificado pela id de fluxo de trabalho. (consulte https://aka.ms/azureautomationsdk/jobstreamoperations para obter mais informações)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
Task<JobStreamGetResponse> GetAsync(
string automationAccount,
Guid jobId,
string jobStreamId,
CancellationToken cancellationToken
)
Task<JobStreamGetResponse^>^ GetAsync(
String^ automationAccount,
Guid jobId,
String^ jobStreamId,
CancellationToken cancellationToken
)
abstract GetAsync :
automationAccount:string *
jobId:Guid *
jobStreamId:string *
cancellationToken:CancellationToken -> Task<JobStreamGetResponse>
Function GetAsync (
automationAccount As String,
jobId As Guid,
jobStreamId As String,
cancellationToken As CancellationToken
) As Task(Of JobStreamGetResponse)
Parâmetros
automationAccount
Type: System.StringO nome da conta de automação.
jobId
Type: System.GuidA id do trabalho.
jobStreamId
Type: System.StringA id do fluxo de trabalho.
cancellationToken
Type: System.Threading.CancellationTokenToken de cancelamento.
Valor de retorno
Type: System.Threading.Tasks.Task<JobStreamGetResponse>
O modelo de resposta para a operação get de fluxo de trabalho.
Consulte também
Interface IJobStreamOperations
Namespace Microsoft.WindowsAzure.Management.Automation
Retornar ao topo