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