Compartilhar via


Método JobScheduleOperationsExtensions.CreateAsync

Create a job schedule. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Uso

'Uso
Dim operations As IJobScheduleOperations
Dim automationAccount As String
Dim parameters As JobScheduleCreateParameters
Dim returnValue As Task(Of JobScheduleCreateResponse)

returnValue = JobScheduleOperationsExtensions.CreateAsync(operations, automationAccount, parameters)

Sintaxe

'Declaração
<ExtensionAttribute> _
Public Shared Function CreateAsync ( _
    operations As IJobScheduleOperations, _
    automationAccount As String, _
    parameters As JobScheduleCreateParameters _
) As Task(Of JobScheduleCreateResponse)
[ExtensionAttribute] 
public static Task<JobScheduleCreateResponse> CreateAsync (
    IJobScheduleOperations operations,
    string automationAccount,
    JobScheduleCreateParameters parameters
)
[ExtensionAttribute] 
public:
static Task<JobScheduleCreateResponse^>^ CreateAsync (
    IJobScheduleOperations^ operations, 
    String^ automationAccount, 
    JobScheduleCreateParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static Task<JobScheduleCreateResponse> CreateAsync (
    IJobScheduleOperations operations, 
    String automationAccount, 
    JobScheduleCreateParameters parameters
)
ExtensionAttribute 
public static function CreateAsync (
    operations : IJobScheduleOperations, 
    automationAccount : String, 
    parameters : JobScheduleCreateParameters
) : Task<JobScheduleCreateResponse>

Parâmetros

  • operations
    Reference to the Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
  • automationAccount
    Required. The automation account name.
  • parameters
    Required. The parameters supplied to the create job schedule operation.

Valor de retorno

The response model for the create job schedule operation.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe JobScheduleOperationsExtensions
Membros JobScheduleOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation