Aracılığıyla paylaş


JobOperationsExtensions.GetOutputAsync Yöntem

Tanım

Aşırı Yüklemeler

GetOutputAsync(IJobOperations, String, String, Guid)
GetOutputAsync(IJobOperations, String, String, String, String, CancellationToken)

İş adıyla tanımlanan iş çıkışını alın. http://aka.ms/azureautomationsdk/joboperations

GetOutputAsync(IJobOperations, String, String, Guid)

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobGetOutputResponse> GetOutputAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccount, Guid jobId);
static member GetOutputAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * Guid -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobGetOutputResponse>
<Extension()>
Public Function GetOutputAsync (operations As IJobOperations, resourceGroupName As String, automationAccount As String, jobId As Guid) As Task(Of JobGetOutputResponse)

Parametreler

operations
IJobOperations
resourceGroupName
String
automationAccount
String
jobId
Guid

Döndürülenler

Şunlara uygulanır

GetOutputAsync(IJobOperations, String, String, String, String, CancellationToken)

İş adıyla tanımlanan iş çıkışını alın. http://aka.ms/azureautomationsdk/joboperations

public static System.Threading.Tasks.Task<string> GetOutputAsync (this Microsoft.Azure.Management.Automation.IJobOperations operations, string resourceGroupName, string automationAccountName, string jobName, string clientRequestId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetOutputAsync : Microsoft.Azure.Management.Automation.IJobOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function GetOutputAsync (operations As IJobOperations, resourceGroupName As String, automationAccountName As String, jobName As String, Optional clientRequestId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)

Parametreler

operations
IJobOperations

Bu uzantı yöntemi için işlem grubu.

resourceGroupName
String

Azure Kaynak grubunun adı.

automationAccountName
String

Otomasyon hesabının adı.

jobName
String

Oluşturulacak işin adı.

clientRequestId
String

Bu özel istemci isteğini tanımlar.

cancellationToken
CancellationToken

İptal belirteci.

Döndürülenler

Şunlara uygulanır