Interface OperationStatus
-
public interface OperationStatus
An immutable client-side representation of OperationStatus.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OffsetDateTime
endTime()
Gets the endTime property: Operation end time.OperationStatusError
error()
Gets the error property: Error information related to this operation.String
id()
Gets the id property: ID of the operation.OperationStatusInner
innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.OperationStatusInner object.String
name()
Gets the name property: Name of the operation.OperationStatusExtendedInfo
properties()
Gets the properties property: Additional information associated with this operation.OffsetDateTime
startTime()
Gets the startTime property: Operation start time.OperationStatusValues
status()
Gets the status property: Operation status.
-
-
-
Method Detail
-
id
String id()
Gets the id property: ID of the operation.- Returns:
- the id value.
-
name
String name()
Gets the name property: Name of the operation.- Returns:
- the name value.
-
status
OperationStatusValues status()
Gets the status property: Operation status.- Returns:
- the status value.
-
startTime
OffsetDateTime startTime()
Gets the startTime property: Operation start time. Format: ISO-8601.- Returns:
- the startTime value.
-
endTime
OffsetDateTime endTime()
Gets the endTime property: Operation end time. Format: ISO-8601.- Returns:
- the endTime value.
-
error
OperationStatusError error()
Gets the error property: Error information related to this operation.- Returns:
- the error value.
-
properties
OperationStatusExtendedInfo properties()
Gets the properties property: Additional information associated with this operation.- Returns:
- the properties value.
-
innerModel
OperationStatusInner innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.OperationStatusInner object.- Returns:
- the inner object.
-
-