Class OperationStatusResultInner
java.lang.Object
com.azure.resourcemanager.deviceregistry.fluent.models.OperationStatusResultInner
The current status of an async operation.
-
Method Summary
Modifier and TypeMethodDescriptionendTime()
Get the endTime property: The end time of the operation.com.azure.core.management.exception.ManagementError
error()
Get the error property: If present, details of the operation error.id()
Get the id property: Fully qualified ID for the async operation.name()
Get the name property: Name of the async operation.Get the operations property: The operations list.Get the percentComplete property: Percent of the operation that is complete.Get the startTime property: The start time of the operation.status()
Get the status property: Operation status.void
validate()
Validates the instance.
-
Method Details
-
id
Get the id property: Fully qualified ID for the async operation.- Returns:
- the id value.
-
name
Get the name property: Name of the async operation.- Returns:
- the name value.
-
status
Get the status property: Operation status.- Returns:
- the status value.
-
percentComplete
Get the percentComplete property: Percent of the operation that is complete.- Returns:
- the percentComplete value.
-
startTime
Get the startTime property: The start time of the operation.- Returns:
- the startTime value.
-
endTime
Get the endTime property: The end time of the operation.- Returns:
- the endTime value.
-
operations
Get the operations property: The operations list.- Returns:
- the operations value.
-
error
public com.azure.core.management.exception.ManagementError error()Get the error property: If present, details of the operation error.- Returns:
- the error value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-