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 id()

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

abstract OperationStatusResultInner innerModel()

Gets the inner com.azure.resourcemanager.workloadssapvirtualinstance.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 Double 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 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.

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.workloadssapvirtualinstance.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.

percentComplete

public abstract Double 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.

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