Interface ArmAsyncOperation
public interface ArmAsyncOperation
An immutable client-side representation of ArmAsyncOperation.
-
Method Details
-
status
String status()Gets the status property: Status of the async operation.- Returns:
- the status value.
-
error
ArmAsyncOperationError error()Gets the error property: Arm async operation error class. Ref: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/async-api-reference.md#azure-asyncoperation-resource-format.- Returns:
- the error value.
-
innerModel
ArmAsyncOperationInner innerModel()Gets the inner com.azure.resourcemanager.agrifood.fluent.models.ArmAsyncOperationInner object.- Returns:
- the inner object.
-