Interface OperationStatusResult
public interface OperationStatusResult
An immutable client-side representation of OperationStatusResult.
-
Method Summary
Modifier and TypeMethodDescriptionendTime()
Gets the endTime property: The end time of the operation.com.azure.core.management.exception.ManagementError
error()
Gets the error property: If present, details of the operation error.id()
Gets the id property: Fully qualified ID for the async operation.Gets the inner com.azure.resourcemanager.deviceregistry.fluent.models.OperationStatusResultInner object.name()
Gets the name property: Name of the async operation.Gets the operations property: The operations list.Gets the percentComplete property: Percent of the operation that is complete.Gets the startTime property: The start time of the operation.status()
Gets the status property: Operation status.
-
Method Details
-
id
String id()Gets the id property: Fully qualified ID for the async operation.- Returns:
- the id value.
-
name
String name()Gets the name property: Name of the async operation.- Returns:
- the name value.
-
status
String status()Gets the status property: Operation status.- Returns:
- the status value.
-
percentComplete
Integer percentComplete()Gets the percentComplete property: Percent of the operation that is complete.- Returns:
- the percentComplete value.
-
startTime
OffsetDateTime startTime()Gets the startTime property: The start time of the operation.- Returns:
- the startTime value.
-
endTime
OffsetDateTime endTime()Gets the endTime property: The end time of the operation.- Returns:
- the endTime value.
-
operations
List<OperationStatusResult> operations()Gets the operations property: The operations list.- Returns:
- the operations value.
-
error
com.azure.core.management.exception.ManagementError error()Gets the error property: If present, details of the operation error.- Returns:
- the error value.
-
innerModel
OperationStatusResultInner innerModel()Gets the inner com.azure.resourcemanager.deviceregistry.fluent.models.OperationStatusResultInner object.- Returns:
- the inner object.
-