JobListResponse Class

Definition

The List Jobs operation response.

public class JobListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Scheduler.Models.Job>
type JobListResponse = class
    inherit AzureOperationResponse
    interface seq<Job>
    interface IEnumerable
Public Class JobListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of Job)
Inheritance
Microsoft.Azure.AzureOperationResponse
JobListResponse
Implements

Constructors

JobListResponse()

Initializes a new instance of the JobListResponse class.

Properties

Jobs

Optional. The relevant 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