JobScheduleCreateParameters 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
| Name | Description |
|---|---|
| JobScheduleCreateParameters() |
Initializes a new instance of the JobScheduleCreateParameters class. |
| JobScheduleCreateParameters(JobScheduleCreateProperties) |
JobScheduleCreateParameters()
Initializes a new instance of the JobScheduleCreateParameters class.
public JobScheduleCreateParameters();
Public Sub New ()
Applies to
JobScheduleCreateParameters(JobScheduleCreateProperties)
public JobScheduleCreateParameters(Microsoft.Azure.Management.Automation.Models.JobScheduleCreateProperties properties);
new Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters : Microsoft.Azure.Management.Automation.Models.JobScheduleCreateProperties -> Microsoft.Azure.Management.Automation.Models.JobScheduleCreateParameters
Public Sub New (properties As JobScheduleCreateProperties)
Parameters
- properties
- JobScheduleCreateProperties