Propriedade AutoscaleProfile.FixedDate
Optional. A specific date for the scaling action. This element is not used if the Recurrence element is used.
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 TimeWindow
value = instance.FixedDate
instance.FixedDate = value
Sintaxe
'Declaração
Public Property FixedDate As TimeWindow
public TimeWindow FixedDate { get; set; }
public:
property TimeWindow^ FixedDate {
TimeWindow^ get ();
void set (TimeWindow^ value);
}
/** @property */
public TimeWindow get_FixedDate ()
/** @property */
public void set_FixedDate (TimeWindow value)
public function get FixedDate () : TimeWindow
public function set FixedDate (value : TimeWindow)
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