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