JobCreateOrUpdateParameters Constructors

Definition

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

Applies to