ScheduleUpdateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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