C# 클래스 BuildIt.CognitiveServices.Models.OperationResult

파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
OperationResult ( ) : System.Linq

Initializes a new instance of the OperationResult class.

OperationResult ( string status = default(string), System createdDateTime = default(System.DateTime?), System lastActionDateTime = default(System.DateTime?), string operationType = default(string), OperationProcessingResult operationProcessingResult = default(OperationProcessingResult), string message = default(string) ) : System.Linq

Initializes a new instance of the OperationResult class.

메소드 상세

OperationResult() 공개 메소드

Initializes a new instance of the OperationResult class.
public OperationResult ( ) : System.Linq
리턴 System.Linq

OperationResult() 공개 메소드

Initializes a new instance of the OperationResult class.
public OperationResult ( string status = default(string), System createdDateTime = default(System.DateTime?), System lastActionDateTime = default(System.DateTime?), string operationType = default(string), OperationProcessingResult operationProcessingResult = default(OperationProcessingResult), string message = default(string) ) : System.Linq
status string Operation status. Possible values include: /// 'notStarted', 'running', 'failed', 'cancelled', /// 'succeeded'
createdDateTime System Operation creation date time (ISO /// 8601 literal).
lastActionDateTime System Operation last status change date /// time (ISO 8601 literal).
operationType string Name of API endpoint that created the /// operation.
operationProcessingResult OperationProcessingResult Operation result. Specific /// format varies according to the operation type. Exists only in /// case the operation has reached a 'Succeeded' state.
message string Error message. Exists only in case the /// operation has reached a 'Failed' state.
리턴 System.Linq