Compartilhar via


Propriedade AutoscaleProfile.Rules

Optional. A collection of rules that provide the triggers and parameters for the scaling action.

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

Uso

'Uso
Dim instance As AutoscaleProfile
Dim value As IList(Of ScaleRule)

value = instance.Rules

instance.Rules = value

Sintaxe

'Declaração
Public Property Rules As IList(Of ScaleRule)
public IList<ScaleRule> Rules { get; set; }
public:
property IList<ScaleRule^>^ Rules {
    IList<ScaleRule^>^ get ();
    void set (IList<ScaleRule^>^ value);
}
/** @property */
public IList<ScaleRule> get_Rules ()

/** @property */
public void set_Rules (IList<ScaleRule> value)
public function get Rules () : IList<ScaleRule>

public function set Rules (value : IList<ScaleRule>)

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe AutoscaleProfile
Membros AutoscaleProfile
Namespace Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models