Share via


OperationStatusResult Interface

public interface OperationStatusResult

An immutable client-side representation of OperationStatusResult.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime endTime()

Gets the endTime property: The end time of the operation.

abstract ManagementError error()

Gets the error property: If present, details of the operation error.

abstract String exitCode()

Gets the exitCode property: For actions that run commands or scripts, the exit code of the script execution.

abstract String id()

Gets the id property: Fully qualified ID for the async operation.

abstract OperationStatusResultInner innerModel()

Gets the inner com.azure.resourcemanager.networkcloud.fluent.models.OperationStatusResultInner object.

abstract String name()

Gets the name property: Name of the async operation.

abstract List<OperationStatusResult> operations()

Gets the operations property: The operations list.

abstract String outputHead()

Gets the outputHead property: For actions that run commands or scripts, the leading bytes of the output of the script execution.

abstract Float percentComplete()

Gets the percentComplete property: Percent of the operation that is complete.

abstract String resourceId()

Gets the resourceId property: Fully qualified ID of the resource against which the original async operation was started.

abstract String resultRef()

Gets the resultRef property: For actions that run commands or scripts, a reference to the location of the result.

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.

abstract OffsetDateTime startTime()

Gets the startTime property: The start time of the operation.

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:

the endTime value.

error

public abstract ManagementError error()

Gets the error property: If present, details of the operation error.

Returns:

the error value.

exitCode

public abstract String exitCode()

Gets the exitCode property: For actions that run commands or scripts, the exit code of the script execution.

Returns:

the exitCode value.

id

public abstract String id()

Gets the id property: Fully qualified ID for the async operation.

Returns:

the id value.

innerModel

public abstract OperationStatusResultInner innerModel()

Gets the inner com.azure.resourcemanager.networkcloud.fluent.models.OperationStatusResultInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: Name of the async operation.

Returns:

the name value.

operations

public abstract List<OperationStatusResult> operations()

Gets the operations property: The operations list.

Returns:

the operations value.

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:

the outputHead value.

percentComplete

public abstract Float percentComplete()

Gets the percentComplete property: Percent of the operation that is complete.

Returns:

the percentComplete value.

resourceId

public abstract String resourceId()

Gets the resourceId property: Fully qualified ID of the resource against which the original async operation was started.

Returns:

the resourceId value.

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:

the resultRef value.

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:

the resultUrl value.

startTime

public abstract OffsetDateTime startTime()

Gets the startTime property: The start time of the operation.

Returns:

the startTime value.

status

public abstract String status()

Gets the status property: Operation status.

Returns:

the status value.

Applies to