Compartilhar via


Propriedade ScheduleProperties.Interval

Optional. Gets or sets the interval of the schedule.

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

Uso

'Uso
Dim instance As ScheduleProperties
Dim value As Nullable(Of Byte)

value = instance.Interval

instance.Interval = value

Sintaxe

'Declaração
Public Property Interval As Nullable(Of Byte)
public Nullable<byte> Interval { get; set; }
public:
property Nullable<unsigned char> Interval {
    Nullable<unsigned char> get ();
    void set (Nullable<unsigned char> value);
}
/** @property */
public Nullable<byte> get_Interval ()

/** @property */
public void set_Interval (Nullable<byte> value)
public function get Interval () : Nullable<byte>

public function set Interval (value : Nullable<byte>)

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 ScheduleProperties
Membros ScheduleProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models