JobErrorAction::Type Property

 

Required. Type of action. Can be one of http, https, storageQueue.

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

public:
property JobActionType Type {
	JobActionType get();
	void set(JobActionType value);
}
Return to top
Show: