OperationResult Interface
public interface OperationResult
An immutable client-side representation of OperationResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
endTime()
Gets the end |
|
abstract
Operation |
error()
Gets the error property: Operation result error properties. |
| abstract String |
id()
Gets the id property: ID of the resource. |
|
abstract
Operation |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: Name of the resource. |
| abstract String |
nextLink()
Gets the next |
| abstract Double |
percentComplete()
Gets the percent |
| abstract Object |
properties()
Gets the properties property: Operation result properties. |
|
abstract
Offset |
startTime()
Gets the start |
| abstract Status |
status()
Gets the status property: The status of operation. |
| abstract List<Object> |
value()
Gets the value property: A list of results when the operation returns multiple results. |
Method Details
endTime
public abstract OffsetDateTime endTime()
Gets the endTime property: The operation end time (ISO 8601 UTC standard).
Returns:
error
public abstract OperationResultErrorProperties error()
Gets the error property: Operation result error properties.
Returns:
id
public abstract String id()
Gets the id property: ID of the resource.
Returns:
innerModel
public abstract OperationResultInner innerModel()
Gets the inner com.azure.resourcemanager.orbital.fluent.models.OperationResultInner object.
Returns:
name
public abstract String name()
Gets the name property: Name of the resource.
Returns:
nextLink
public abstract String nextLink()
Gets the nextLink property: The URL to get the next set of results.
Returns:
percentComplete
public abstract Double percentComplete()
Gets the percentComplete property: Percentage completed.
Returns:
properties
public abstract Object properties()
Gets the properties property: Operation result properties.
Returns:
startTime
public abstract OffsetDateTime startTime()
Gets the startTime property: The operation start time (ISO 8601 UTC standard).
Returns:
status
public abstract Status status()
Gets the status property: The status of operation.
Returns:
value
public abstract List<Object> value()
Gets the value property: A list of results when the operation returns multiple results.
Returns: