Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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), |
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), |
||
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 | 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 |