ScheduleUpdateParameters Constructors

Definition

Overloads

ScheduleUpdateParameters()

Initializes a new instance of the ScheduleUpdateParameters class.

ScheduleUpdateParameters(String)

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

ScheduleUpdateParameters()

Initializes a new instance of the ScheduleUpdateParameters class.

public ScheduleUpdateParameters ();
Public Sub New ()

Applies to

ScheduleUpdateParameters(String)

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

public ScheduleUpdateParameters (string name);
new Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters : string -> Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters
Public Sub New (name As String)

Parameters

name
String

Applies to