JobCreateOrUpdateParameters 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
JobCreateOrUpdateParameters() |
Initializes a new instance of the JobCreateOrUpdateParameters class. |
JobCreateOrUpdateParameters(JobAction) |
Initializes a new instance of the JobCreateOrUpdateParameters class with required arguments. |
JobCreateOrUpdateParameters()
Initializes a new instance of the JobCreateOrUpdateParameters class.
public JobCreateOrUpdateParameters ();
Public Sub New ()
Applies to
JobCreateOrUpdateParameters(JobAction)
Initializes a new instance of the JobCreateOrUpdateParameters class with required arguments.
public JobCreateOrUpdateParameters (Microsoft.WindowsAzure.Scheduler.Models.JobAction action);
new Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters : Microsoft.WindowsAzure.Scheduler.Models.JobAction -> Microsoft.WindowsAzure.Scheduler.Models.JobCreateOrUpdateParameters
Public Sub New (action As JobAction)
Parameters
- action
- JobAction