Share via


JobScheduleCreateProperties.Schedule Property

Required. Gets or sets the schedule.

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

Usage

'Usage
Dim instance As JobScheduleCreateProperties
Dim value As ScheduleAssociationProperty

value = instance.Schedule

instance.Schedule = value

Syntax

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

JobScheduleCreateProperties Class
JobScheduleCreateProperties Members
Microsoft.WindowsAzure.Management.Automation.Models Namespace