JobCollectionJobsUpdateStateResponse Class

Definition

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.AzureOperationResponse
JobCollectionJobsUpdateStateResponse
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