JobGetHistoryResponse Class
The Get Job History operation response.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Inheritance Hierarchy
System.Object
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse
Syntax
public class JobGetHistoryResponse : AzureOperationResponse,
IEnumerable<JobGetHistoryResponse.JobHistoryEntry>, IEnumerable
public ref class JobGetHistoryResponse : AzureOperationResponse,
IEnumerable<JobGetHistoryResponse::JobHistoryEntry^>, IEnumerable
type JobGetHistoryResponse =
class
inherit AzureOperationResponse
interface IEnumerable<JobGetHistoryResponse.JobHistoryEntry>
interface IEnumerable
end
Public Class JobGetHistoryResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of JobGetHistoryResponse.JobHistoryEntry),
IEnumerable
Constructors
Name | Description | |
---|---|---|
JobGetHistoryResponse() | Initializes a new instance of the JobGetHistoryResponse class. |
Properties
Name | Description | |
---|---|---|
JobHistory | Optional. The job history entries. |
|
RequestId | (Inherited from AzureOperationResponse.) |
|
StatusCode | (Inherited from HttpOperationResponse.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEnumerator() | Gets the sequence of JobHistory. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator() | Gets the sequence of JobHistory. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top