OperationResult
Represents an operation that runs asynchronously on a cloud service. Cloud
services use long-running operations to allow users to start an operation
with one request and then monitor progress of the operation until it has
completed. OperationResult enables waiting for completion of
long-running operations. Client libraries provide derived types that add
properties such as Value or Status as applicable
for a given service operation.
Gets a value that indicates whether the operation has completed.
Gets a token that can be used to rehydrate the operation.
Creates a new instance of OperationResult.
Gets the PipelineResponse corresponding to the most
recent update received from the service.
Update the value returned from GetRawResponse.
Sends a request to the service to get the current status of the
operation and updates HasCompleted and other relevant
properties.
Sends a request to the service to get the current status of the
operation and updates HasCompleted and other relevant
properties.
Waits for the operation to complete processing on the service.
Waits for the operation to complete processing on the service.