JobGetHistoryResponse 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 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.AzureOperationResponseJobGetHistoryResponse
- 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
Azure SDK for .NET