OperationResult Interface

public interface OperationResult

An immutable client-side representation of OperationResult.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime endTime()

Gets the endTime property: The operation end time (ISO 8601 UTC standard).

abstract OperationResultErrorProperties error()

Gets the error property: Operation result error properties.

abstract String id()

Gets the id property: ID of the resource.

abstract OperationResultInner innerModel()

Gets the inner com.azure.resourcemanager.orbital.fluent.models.OperationResultInner object.

abstract String name()

Gets the name property: Name of the resource.

abstract String nextLink()

Gets the nextLink property: The URL to get the next set of results.

abstract Double percentComplete()

Gets the percentComplete property: Percentage completed.

abstract Object properties()

Gets the properties property: Operation result properties.

abstract OffsetDateTime startTime()

Gets the startTime property: The operation start time (ISO 8601 UTC standard).

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:

the endTime value.

error

public abstract OperationResultErrorProperties error()

Gets the error property: Operation result error properties.

Returns:

the error value.

id

public abstract String id()

Gets the id property: ID of the resource.

Returns:

the id value.

innerModel

public abstract OperationResultInner innerModel()

Gets the inner com.azure.resourcemanager.orbital.fluent.models.OperationResultInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: Name of the resource.

Returns:

the name value.

nextLink

public abstract String nextLink()

Gets the nextLink property: The URL to get the next set of results.

Returns:

the nextLink value.

percentComplete

public abstract Double percentComplete()

Gets the percentComplete property: Percentage completed.

Returns:

the percentComplete value.

properties

public abstract Object properties()

Gets the properties property: Operation result properties.

Returns:

the properties value.

startTime

public abstract OffsetDateTime startTime()

Gets the startTime property: The operation start time (ISO 8601 UTC standard).

Returns:

the startTime value.

status

public abstract Status status()

Gets the status property: The status of operation.

Returns:

the status value.

value

public abstract List<Object> value()

Gets the value property: A list of results when the operation returns multiple results.

Returns:

the value value.

Applies to