Sdílet prostřednictvím


OperationResult Class

Definition

A simple class that represents the result of an operation.

public class OperationResult
type OperationResult = class
Public Class OperationResult
Inheritance
OperationResult

Constructors

OperationResult()

Properties

AzureAsyncOperationUri

Gets or sets the azure async operation location Uri where clients can poll for progress of the operation.

HttpStatusCode

Gets or sets the status code that was returned.

LocationUri

Gets or sets the long operation location Uri where clients can poll for progress of the operation.

OperationUri

Gets or sets the Uri of the HttpRequestMessage that created this result.

PercentComplete

Gets or sets the percentage of completion.

RetryAfter

Gets or sets the retry after interval that was returned.

Value

Gets or sets the value.

Applies to