OperationStatusResult Interface
public interface OperationStatusResult
An immutable client-side representation of OperationStatusResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
endTime()
Gets the end |
|
abstract
Management |
error()
Gets the error property: If present, details of the operation error. |
| abstract String |
exitCode()
Gets the exit |
| abstract String |
id()
Gets the id property: Fully qualified ID for the async operation. |
|
abstract
Operation |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: Name of the async operation. |
|
abstract
List<Operation |
operations()
Gets the operations property: The operations list. |
| abstract String |
outputHead()
Gets the output |
| abstract Float |
percentComplete()
Gets the percent |
| abstract String |
resourceId()
Gets the resource |
| abstract String |
resultRef()
Gets the result |
| abstract String |
resultUrl()
Gets the result |
|
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: The end time of the operation.
Returns:
error
public abstract ManagementError error()
Gets the error property: If present, details of the operation error.
Returns:
exitCode
public abstract String exitCode()
Gets the exitCode property: For actions that run commands or scripts, the exit code of the script execution.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified ID for the async operation.
Returns:
innerModel
public abstract OperationStatusResultInner innerModel()
Gets the inner com.azure.resourcemanager.networkcloud.fluent.models.OperationStatusResultInner object.
Returns:
name
public abstract String name()
Gets the name property: Name of the async operation.
Returns:
operations
public abstract List<OperationStatusResult> operations()
Gets the operations property: The operations list.
Returns:
outputHead
public abstract String outputHead()
Gets the outputHead property: For actions that run commands or scripts, the leading bytes of the output of the script execution.
Returns:
percentComplete
public abstract Float percentComplete()
Gets the percentComplete property: Percent of the operation that is complete.
Returns:
resourceId
public abstract String resourceId()
Gets the resourceId property: Fully qualified ID of the resource against which the original async operation was started.
Returns:
resultRef
public abstract String resultRef()
Gets the resultRef property: For actions that run commands or scripts, a reference to the location of the result.
Returns:
resultUrl
public abstract String resultUrl()
Gets the resultUrl property: For actions that run commands or scripts, the URL where the full output of the script output can be retrieved.
Returns:
startTime
public abstract OffsetDateTime startTime()
Gets the startTime property: The start time of the operation.
Returns:
status
public abstract String status()
Gets the status property: Operation status.
Returns: