JobGetHistoryResponse Class

Definition

The Get Job History operation response.

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

Constructors

JobGetHistoryResponse()

Initializes a new instance of the JobGetHistoryResponse class.

Properties

JobHistory

Optional. The job history entries.

Methods

GetEnumerator()

Gets the sequence of JobHistory.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of JobHistory.

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