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