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

AsyncOperationResult Interface

public interface AsyncOperationResult

An immutable client-side representation of AsyncOperationResult.

Method Summary

Modifier and Type Method and Description
abstract ErrorMesssage error()

Gets the error property: Error message containing code, description and details.

abstract AsyncOperationResultInner innerModel()

Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.AsyncOperationResultInner object.

abstract String status()

Gets the status property: current status of a long running operation.

Method Details

error

public abstract ErrorMesssage error()

Gets the error property: Error message containing code, description and details.

Returns:

the error value.

innerModel

public abstract AsyncOperationResultInner innerModel()

Gets the inner com.azure.resourcemanager.deviceprovisioningservices.fluent.models.AsyncOperationResultInner object.

Returns:

the inner object.

status

public abstract String status()

Gets the status property: current status of a long running operation.

Returns:

the status value.

Applies to