TestJobOperationsExtensions.CreateAsync 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
CreateAsync(ITestJobOperations, String, String, TestJobCreateParameters)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJobCreateResponse> CreateAsync (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.TestJobCreateParameters parameters);
static member CreateAsync : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * Microsoft.Azure.Management.Automation.Models.TestJobCreateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJobCreateResponse>
<Extension()>
Public Function CreateAsync (operations As ITestJobOperations, resourceGroupName As String, automationAccount As String, parameters As TestJobCreateParameters) As Task(Of TestJobCreateResponse)
Parâmetros
- operations
- ITestJobOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- TestJobCreateParameters
Retornos
Aplica-se a
CreateAsync(ITestJobOperations, String, String, String, TestJobCreateParameters, CancellationToken)
Crie um trabalho de teste do runbook. http://aka.ms/azureautomationsdk/testjoboperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJob> CreateAsync (this Microsoft.Azure.Management.Automation.ITestJobOperations operations, string resourceGroupName, string automationAccountName, string runbookName, Microsoft.Azure.Management.Automation.Models.TestJobCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Automation.ITestJobOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.TestJobCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.TestJob>
<Extension()>
Public Function CreateAsync (operations As ITestJobOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, parameters As TestJobCreateParameters, 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
Os parâmetros fornecidos para a operação criar trabalho de teste.
- parameters
- TestJobCreateParameters
Os parâmetros fornecidos para a operação criar trabalho de teste.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET