Compartilhar via


AutoscaleSetting.Enabled Propriedade

 

Opcional.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (em Microsoft.WindowsAzure.Management.Monitoring.dll)

Sintaxe

public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get();
    void set(bool value);
}
member Enabled : bool with get, set
Public Property Enabled As Boolean

Valor de propriedade

Type: System.Boolean

Consulte também

Classe AutoscaleSetting
Namespace Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models

Retornar ao topo