Propriedade ScheduleListResponse.Schedules
Optional. Gets or sets a list of schedules.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Uso
'Uso
Dim instance As ScheduleListResponse
Dim value As IList(Of Schedule)
value = instance.Schedules
instance.Schedules = value
Sintaxe
'Declaração
Public Property Schedules As IList(Of Schedule)
public IList<Schedule> Schedules { get; set; }
public:
property IList<Schedule^>^ Schedules {
IList<Schedule^>^ get ();
void set (IList<Schedule^>^ value);
}
/** @property */
public IList<Schedule> get_Schedules ()
/** @property */
public void set_Schedules (IList<Schedule> value)
public function get Schedules () : IList<Schedule>
public function set Schedules (value : IList<Schedule>)
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 ScheduleListResponse
Membros ScheduleListResponse
Namespace Microsoft.WindowsAzure.Management.Automation.Models