Interface OperationStatus
public interface OperationStatus
An immutable client-side representation of OperationStatus.
-
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.devcenter.fluent.models.OperationStatusInner 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 properties property: Custom operation properties, populated only for a successful operation.Gets the resourceId property: The id of the resource.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
Float 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.
-
resourceId
String resourceId()Gets the resourceId property: The id of the resource.- Returns:
- the resourceId value.
-
properties
Object properties()Gets the properties property: Custom operation properties, populated only for a successful operation.- Returns:
- the properties value.
-
innerModel
OperationStatusInner innerModel()Gets the inner com.azure.resourcemanager.devcenter.fluent.models.OperationStatusInner object.- Returns:
- the inner object.
-