JobGetHistoryResponse::JobHistoryEntry::ActionName Property

 

Optional. The action of this execution, MainAction or ErrorAction.

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

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