CauClusterRoleParameterBaseCommand.MaxFailedNodes Property

 

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

[ParameterAttribute(ParameterSetName = "Weekly")]
[ParameterAttribute(ParameterSetName = "MonthlyDayOfWeek")]
[ValidateRangeAttribute(-1, 64)]
public int MaxFailedNodes { get; set; }
public:
[ParameterAttribute(ParameterSetName = "Weekly")]
[ParameterAttribute(ParameterSetName = "MonthlyDayOfWeek")]
[ValidateRangeAttribute(-1, 64)]
property int MaxFailedNodes {
    int get();
    void set(int value);
}
[<ParameterAttribute(ParameterSetName = "Weekly")>]
[<ParameterAttribute(ParameterSetName = "MonthlyDayOfWeek")>]
[<ValidateRangeAttribute(-1, 64)>]
member MaxFailedNodes : int with get, set
<ParameterAttribute(ParameterSetName := "Weekly")>
<ParameterAttribute(ParameterSetName := "MonthlyDayOfWeek")>
<ValidateRangeAttribute(-1, 64)>
Public Property MaxFailedNodes As Integer

Property Value

Type: System.Int32

See Also

CauClusterRoleParameterBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top