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