Condividi tramite


Proprietà JobScheduleProperties.Schedule

Optional. Gets or sets the schedule.

Spazio dei nomi: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Utilizzo

'Utilizzo
Dim instance As JobScheduleProperties
Dim value As ScheduleAssociationProperty

value = instance.Schedule

instance.Schedule = value

Sintassi

'Dichiarazione
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)

Sicurezza dei thread

Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows 7 e Windows Server 2008

Piattaforme di destinazione

Vedere anche

Riferimento

Classe JobScheduleProperties
Membri JobScheduleProperties
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models