Interface AsyncOperationResult
public interface AsyncOperationResult
An immutable client-side representation of AsyncOperationResult.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.management.exception.ManagementError
error()
Gets the error property: The error object.Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.AsyncOperationResultInner object.name()
Gets the name property: Operation Id of the async operation.status()
Gets the status property: Operation status of the async operation.
-
Method Details
-
error
com.azure.core.management.exception.ManagementError error()Gets the error property: The error object.- Returns:
- the error value.
-
name
String name()Gets the name property: Operation Id of the async operation.- Returns:
- the name value.
-
status
AsyncOperationStatus status()Gets the status property: Operation status of the async operation.- Returns:
- the status value.
-
innerModel
AsyncOperationResultInner innerModel()Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.AsyncOperationResultInner object.- Returns:
- the inner object.
-