Condividi tramite


Proprietà JobScheduleCreateParameters.Properties

Required. Gets or sets the list of job schedule properties.

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

Utilizzo

'Utilizzo
Dim instance As JobScheduleCreateParameters
Dim value As JobScheduleCreateProperties

value = instance.Properties

instance.Properties = value

Sintassi

'Dichiarazione
Public Property Properties As JobScheduleCreateProperties
public JobScheduleCreateProperties Properties { get; set; }
public:
property JobScheduleCreateProperties^ Properties {
    JobScheduleCreateProperties^ get ();
    void set (JobScheduleCreateProperties^ value);
}
/** @property */
public JobScheduleCreateProperties get_Properties ()

/** @property */
public void set_Properties (JobScheduleCreateProperties value)
public function get Properties () : JobScheduleCreateProperties

public function set Properties (value : JobScheduleCreateProperties)

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 JobScheduleCreateParameters
Membri JobScheduleCreateParameters
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models