Share via


ScheduleCreateParameters Constructor (String, ScheduleCreateProperties)

 

Initializes a new instance of the ScheduleCreateParameters class with required arguments.

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

Syntax

public ScheduleCreateParameters(
    string name,
    ScheduleCreateProperties properties
)
public:
ScheduleCreateParameters(
    String^ name,
    ScheduleCreateProperties^ properties
)
new : 
        name:string *
        properties:ScheduleCreateProperties -> ScheduleCreateParameters
Public Sub New (
    name As String,
    properties As ScheduleCreateProperties
)

See Also

ScheduleCreateParameters Overload
ScheduleCreateParameters Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top