Propriedade JobScheduleProperties.Schedule
Optional. Gets or sets the schedule.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Uso
'Uso
Dim instance As JobScheduleProperties
Dim value As ScheduleAssociationProperty
value = instance.Schedule
instance.Schedule = value
Sintaxe
'Declaração
Public Property Schedule As ScheduleAssociationProperty
public ScheduleAssociationProperty Schedule { get; set; }
public:
property ScheduleAssociationProperty^ Schedule {
ScheduleAssociationProperty^ get ();
void set (ScheduleAssociationProperty^ value);
}
/** @property */
public ScheduleAssociationProperty get_Schedule ()
/** @property */
public void set_Schedule (ScheduleAssociationProperty value)
public function get Schedule () : ScheduleAssociationProperty
public function set Schedule (value : ScheduleAssociationProperty)
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 JobScheduleProperties
Membros JobScheduleProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models