LocationOperationStatus Interface
public interface LocationOperationStatus
An immutable client-side representation of LocationOperationStatus.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
endTime()
Gets the end |
|
abstract
Storage |
error()
Gets the error property: Error details. |
| abstract String |
id()
Gets the id property: Operation resource Id. |
|
abstract
Location |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: Operation Id. |
| abstract Integer |
percentComplete()
Gets the percent |
|
abstract
Offset |
startTime()
Gets the start |
| abstract String |
status()
Gets the status property: Operation status. |
Method Details
endTime
public abstract OffsetDateTime endTime()
Gets the endTime property: End time of the operation.
Returns:
error
public abstract StorageSyncApiError error()
Gets the error property: Error details.
Returns:
id
public abstract String id()
Gets the id property: Operation resource Id.
Returns:
innerModel
public abstract LocationOperationStatusInner innerModel()
Gets the inner com.azure.resourcemanager.storagesync.fluent.models.LocationOperationStatusInner object.
Returns:
name
public abstract String name()
Gets the name property: Operation Id.
Returns:
percentComplete
public abstract Integer percentComplete()
Gets the percentComplete property: Percent complete.
Returns:
startTime
public abstract OffsetDateTime startTime()
Gets the startTime property: Start time of the operation.
Returns:
status
public abstract String status()
Gets the status property: Operation status.
Returns: