JobScheduleOperationsExtensions.CreateAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
CreateAsync(IJobScheduleOperations, String, String, JobScheduleCreateParameters)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobScheduleCreateResponse> CreateAsync (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters parameters);
static member CreateAsync : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobScheduleCreateResponse>
<Extension()>
Public Function CreateAsync (operations As IJobScheduleOperations, resourceGroupName As String, automationAccount As String, parameters As JobScheduleCreateParameters) As Task(Of JobScheduleCreateResponse)
Parámetros
- operations
- IJobScheduleOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- JobScheduleCreateParameters
Devoluciones
Se aplica a
CreateAsync(IJobScheduleOperations, String, String, Guid, JobScheduleCreateParameters, CancellationToken)
Cree una programación de trabajo. http://aka.ms/azureautomationsdk/jobscheduleoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobSchedule> CreateAsync (this Microsoft.Azure.Management.Automation.IJobScheduleOperations operations, string resourceGroupName, string automationAccountName, Guid jobScheduleId, Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Automation.IJobScheduleOperations * string * string * Guid * Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobSchedule>
<Extension()>
Public Function CreateAsync (operations As IJobScheduleOperations, resourceGroupName As String, automationAccountName As String, jobScheduleId As Guid, parameters As JobScheduleCreateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobSchedule)
Parámetros
- operations
- IJobScheduleOperations
Grupo de operaciones para este método de extensión.
- resourceGroupName
- String
Nombre de un grupo de recursos de Azure.
- automationAccountName
- String
Nombre de la cuenta de Automation.
- jobScheduleId
- Guid
Nombre de la programación del trabajo.
- parameters
- JobScheduleCreateParameters
Parámetros proporcionados a la operación de creación de programación de trabajos.
- cancellationToken
- CancellationToken
Token de cancelación.
Devoluciones
Se aplica a
Azure SDK for .NET