LatestOperationResult 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.
Details of the status of an operation.
public class LatestOperationResult
type LatestOperationResult = class
Public Class LatestOperationResult
- Inheritance
-
System.ObjectLatestOperationResult
Constructors
LatestOperationResult() |
Initializes a new instance of the LatestOperationResult class. |
LatestOperationResult(String, String, String, String, String, String) |
Initializes a new instance of the LatestOperationResult class. |
Properties
ErrorCode |
Gets error code on failure. |
ErrorMessage |
Gets the error message. |
HttpMethod |
Gets the HttpMethod - PUT/POST/DELETE for the operation. |
OperationUrl |
Gets the URL to use to check long-running operation status |
RequestUri |
Gets request URI of the operation. |
Status |
Gets the current status of the operation. |