Share via


ScheduleUpdateParameters Constructor (String)

 

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

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

Syntax

public ScheduleUpdateParameters(
    string name
)
public:
ScheduleUpdateParameters(
    String^ name
)
new : 
        name:string -> ScheduleUpdateParameters
Public Sub New (
    name As String
)

See Also

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

Return to top