JobStatus::FaultedCount Property

 

Optional. Number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states).

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

public:
property int FaultedCount {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: