你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TestProfileRunResultOperation Class

Definition

Represents a long running operation for Test Profile Run.

public class TestProfileRunResultOperation : Azure.Operation<BinaryData>
type TestProfileRunResultOperation = class
    inherit Operation<BinaryData>
Public Class TestProfileRunResultOperation
Inherits Operation(Of BinaryData)
Inheritance
TestProfileRunResultOperation

Constructors

TestProfileRunResultOperation()

Initializes a new instance of the TestProfileRunResultOperation class. This constructor is intended to be used for mocking only.

TestProfileRunResultOperation(String, LoadTestRunClient, Response)

Initializes a new instance of the TestRunResultOperation class which tracks the status of a long-running operation for uploading a file to a test.

Properties

HasCompleted

Returns true if the long-running operation completed.

HasValue

Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).

Id

Gets an ID representing the operation that can be used to poll for the status of the long-running operation.

Value

Final result of the long-running operation.

Methods

GetRawResponse()

The last HTTP response received from the server.

UpdateStatus(CancellationToken)

Calls the server to get updated status of the long-running operation.

UpdateStatusAsync(CancellationToken)

Calls the server to get updated status of the long-running operation.

Applies to