JobCollectionJobsUpdateStateResponse Class
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.
The Update Jobs State operation response.
public class JobCollectionJobsUpdateStateResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Scheduler.Models.Job>
type JobCollectionJobsUpdateStateResponse = class
inherit AzureOperationResponse
interface seq<Job>
interface IEnumerable
Public Class JobCollectionJobsUpdateStateResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of Job)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseJobCollectionJobsUpdateStateResponse
- Implements
Constructors
JobCollectionJobsUpdateStateResponse() |
Initializes a new instance of the JobCollectionJobsUpdateStateResponse class. |
Properties
Jobs |
Optional. The definitions of the updated jobs. |
Methods
GetEnumerator() |
Gets the sequence of Jobs. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of Jobs. |
Extension Methods
ToCommaSeparatedString<T>(IEnumerable<T>) |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |
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