JobStatus.FailureCount Property
Optional. Number of times this job has failed.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Usage
'Usage
Dim instance As JobStatus
Dim value As Integer
value = instance.FailureCount
instance.FailureCount = value
Syntax
'Declaration
Public Property FailureCount As Integer
public int FailureCount { get; set; }
public:
property int FailureCount {
int get ();
void set (int value);
}
/** @property */
public int get_FailureCount ()
/** @property */
public void set_FailureCount (int value)
public function get FailureCount () : int
public function set FailureCount (value : int)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
JobStatus Class
JobStatus Members
Microsoft.WindowsAzure.Scheduler.Models Namespace