Share via


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)

Usage

'Usage
Dim instance As JobStatus
Dim value As Integer

value = instance.FaultedCount

instance.FaultedCount = value

Syntax

'Declaration
Public Property FaultedCount As Integer
public int FaultedCount { get; set; }
public:
property int FaultedCount {
    int get ();
    void set (int value);
}
/** @property */
public int get_FaultedCount ()

/** @property */
public void set_FaultedCount (int value)
public function get FaultedCount () : int

public function set FaultedCount (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