OperationResource Interface

public interface OperationResource

An immutable client-side representation of OperationResource.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime endTime()

Gets the endTime property: Operation start time.

abstract ManagementError error()

Gets the error property: Errors from the operation.

abstract String id()

Gets the id property: Operation ID.

abstract OperationResourceInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.OperationResourceInner object.

abstract String name()

Gets the name property: Operation name.

abstract Float percentComplete()

Gets the percentComplete property: Completion percentage of the operation.

abstract Object properties()

Gets the properties property: Operation properties.

abstract OffsetDateTime startTime()

Gets the startTime property: Operation start time.

abstract OperationStatus status()

Gets the status property: Operation status.

Method Details

endTime

public abstract OffsetDateTime endTime()

Gets the endTime property: Operation start time.

Returns:

the endTime value.

error

public abstract ManagementError error()

Gets the error property: Errors from the operation.

Returns:

the error value.

id

public abstract String id()

Gets the id property: Operation ID.

Returns:

the id value.

innerModel

public abstract OperationResourceInner innerModel()

Gets the inner com.azure.resourcemanager.synapse.fluent.models.OperationResourceInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: Operation name.

Returns:

the name value.

percentComplete

public abstract Float percentComplete()

Gets the percentComplete property: Completion percentage of the operation.

Returns:

the percentComplete value.

properties

public abstract Object properties()

Gets the properties property: Operation properties.

Returns:

the properties value.

startTime

public abstract OffsetDateTime startTime()

Gets the startTime property: Operation start time.

Returns:

the startTime value.

status

public abstract OperationStatus status()

Gets the status property: Operation status.

Returns:

the status value.

Applies to