Construtor JobUpdateStateParameters (JobState)
Inicializa uma nova instância da classe JobUpdateStateParameters com argumentos necessários.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public JobUpdateStateParameters(
JobState state
)
public:
JobUpdateStateParameters(
JobState state
)
new :
state:JobState -> JobUpdateStateParameters
Public Sub New (
state As JobState
)
Consulte também
JobUpdateStateParameters Sobrecarga
Classe JobUpdateStateParameters
Namespace Microsoft.WindowsAzure.Scheduler.Models
Retornar ao topo