다음을 통해 공유


JobGetHistoryResponse 클래스

 

작업 기록 가져오기 작업에 대 한 응답입니다.

네임스페이스:   Microsoft.WindowsAzure.Scheduler.Models
어셈블리:  Microsoft.WindowsAzure.Management.Scheduler.dll의 Microsoft.WindowsAzure.Management.Scheduler

상속 계층 구조

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse

구문

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

생성자

이름 설명
JobGetHistoryResponse()

JobGetHistoryResponse 클래스의 새 인스턴스를 초기화합니다.

속성

이름 설명
JobHistory

선택적 요소입니다. 작업 기록 항목입니다.

RequestId

(AzureOperationResponse에서 상속됨.)

StatusCode

(HttpOperationResponse에서 상속됨.)

메서드

이름 설명
Equals(Object)

(Object에서 상속됨.)

Finalize()

(Object에서 상속됨.)

GetEnumerator()

JobHistory의 시퀀스를 가져옵니다.

GetHashCode()

(Object에서 상속됨.)

GetType()

(Object에서 상속됨.)

MemberwiseClone()

(Object에서 상속됨.)

ToString()

(Object에서 상속됨.)

명시적 인터페이스 구현

이름 설명
IEnumerable.GetEnumerator()

JobHistory의 시퀀스를 가져옵니다.

스레드로부터의 안전성

이 형식의 모든 public static (Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

Microsoft.WindowsAzure.Scheduler.Models 네임스페이스

맨 위로 이동