Compartilhar via


Método JobScheduleOperationsExtensions.Create

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 JobScheduleCreateResponse

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

Sintaxe

'Declaração
<ExtensionAttribute> _
Public Shared Function Create ( _
    operations As IJobScheduleOperations, _
    automationAccount As String, _
    parameters As JobScheduleCreateParameters _
) As JobScheduleCreateResponse
[ExtensionAttribute] 
public static JobScheduleCreateResponse Create (
    IJobScheduleOperations operations,
    string automationAccount,
    JobScheduleCreateParameters parameters
)
[ExtensionAttribute] 
public:
static JobScheduleCreateResponse^ Create (
    IJobScheduleOperations^ operations, 
    String^ automationAccount, 
    JobScheduleCreateParameters^ parameters
)
/** @attribute ExtensionAttribute() */ 
public static JobScheduleCreateResponse Create (
    IJobScheduleOperations operations, 
    String automationAccount, 
    JobScheduleCreateParameters parameters
)
ExtensionAttribute 
public static function Create (
    operations : IJobScheduleOperations, 
    automationAccount : String, 
    parameters : JobScheduleCreateParameters
) : 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