Compartir a través de


LocationThresholdRuleCondition.FailedLocationCount (Propiedad)

 

Opcional. La cantidad de ubicaciones que deben presentar error para que se active la alerta.

Espacio de nombres:   Microsoft.Azure.Management.Insights.Models
Ensamblado:  Microsoft.Azure.Insights (en Microsoft.Azure.Insights.dll)

Sintaxis

public int FailedLocationCount { get; set; }
public:
property int FailedLocationCount {
    int get();
    void set(int value);
}
member FailedLocationCount : int with get, set
Public Property FailedLocationCount As Integer

Valor de propiedad

Type: System.Int32

Vea también

LocationThresholdRuleCondition (Clase)
Microsoft.Azure.Management.Insights.Models (Espacio de nombres)

Volver al principio