Compartilhar via


Construtor Job (String, JobAction)

 

Inicializa uma nova instância da classe trabalho com argumentos necessários.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)

Sintaxe

public Job(
    string id,
    JobAction action
)
public:
Job(
    String^ id,
    JobAction^ action
)
new : 
        id:string *
        action:JobAction -> Job
Public Sub New (
    id As String,
    action As JobAction
)

Consulte também

Job Sobrecarga
Classe Job
Namespace Microsoft.WindowsAzure.Scheduler.Models

Retornar ao topo