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
JobScheduleCreateParameters() |
Initializes a new instance of the JobScheduleCreateParameters class. |
JobScheduleCreateParameters(JobScheduleCreateProperties) |
Initializes a new instance of the JobScheduleCreateParameters class with required arguments. |
JobScheduleCreateParameters()
Initializes a new instance of the JobScheduleCreateParameters class.
public JobScheduleCreateParameters ();
Public Sub New ()
Applies to
JobScheduleCreateParameters(JobScheduleCreateProperties)
Initializes a new instance of the JobScheduleCreateParameters class with required arguments.
public JobScheduleCreateParameters (Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties properties);
new Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters : Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateProperties -> Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters
Public Sub New (properties As JobScheduleCreateProperties)
Parameters
- properties
- JobScheduleCreateProperties
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET