TestJobOperationsExtensions.GetAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GetAsync(ITestJobOperations, String, String, String) | |
GetAsync(ITestJobOperations, String, String, String, CancellationToken) |
Recupere o trabalho de teste para o runbook especificado. http://aka.ms/azureautomationsdk/testjoboperations |
GetAsync(ITestJobOperations, String, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJobGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccount, string runbookName);
static member GetAsync : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJobGetResponse>
<Extension()>
Public Function GetAsync (operations As ITestJobOperations, resourceGroupName As String, automationAccount As String, runbookName As String) As Task(Of TestJobGetResponse)
Parâmetros
- operations
- ITestJobOperations
- resourceGroupName
- String
- automationAccount
- String
- runbookName
- String
Retornos
Aplica-se a
GetAsync(ITestJobOperations, String, String, String, CancellationToken)
Recupere o trabalho de teste para o runbook especificado. http://aka.ms/azureautomationsdk/testjoboperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJob> GetAsync (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccountName, string runbookName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJob>
<Extension()>
Public Function GetAsync (operations As ITestJobOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TestJob)
Parâmetros
- operations
- ITestJobOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
Nome de um grupo de recursos do Azure.
- automationAccountName
- String
O nome da conta de automação.
- runbookName
- String
O nome do runbook.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET