SqlPoolOperation Interface

public interface SqlPoolOperation

An immutable client-side representation of SqlPoolOperation.

Method Summary

Modifier and Type Method and Description
abstract String databaseName()

Gets the databaseName property: The name of the Sql pool the operation is being performed on.

abstract String description()

Gets the description property: The operation description.

abstract Integer errorCode()

Gets the errorCode property: The operation error code.

abstract String errorDescription()

Gets the errorDescription property: The operation error description.

abstract Integer errorSeverity()

Gets the errorSeverity property: The operation error severity.

abstract OffsetDateTime estimatedCompletionTime()

Gets the estimatedCompletionTime property: The estimated completion time of the operation.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract SqlPoolOperationInner innerModel()

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

abstract Boolean isCancellable()

Gets the isCancellable property: Whether the operation can be cancelled.

abstract Boolean isUserError()

Gets the isUserError property: Whether or not the error is a user error.

abstract String name()

Gets the name property: The name of the resource.

abstract String operation()

Gets the operation property: The name of operation.

abstract String operationFriendlyName()

Gets the operationFriendlyName property: The friendly name of operation.

abstract Integer percentComplete()

Gets the percentComplete property: The percentage of the operation completed.

abstract String serverName()

Gets the serverName property: The name of the server.

abstract OffsetDateTime startTime()

Gets the startTime property: The operation start time.

abstract ManagementOperationState state()

Gets the state property: The operation state.

abstract String type()

Gets the type property: The type of the resource.

Method Details

databaseName

public abstract String databaseName()

Gets the databaseName property: The name of the Sql pool the operation is being performed on.

Returns:

the databaseName value.

description

public abstract String description()

Gets the description property: The operation description.

Returns:

the description value.

errorCode

public abstract Integer errorCode()

Gets the errorCode property: The operation error code.

Returns:

the errorCode value.

errorDescription

public abstract String errorDescription()

Gets the errorDescription property: The operation error description.

Returns:

the errorDescription value.

errorSeverity

public abstract Integer errorSeverity()

Gets the errorSeverity property: The operation error severity.

Returns:

the errorSeverity value.

estimatedCompletionTime

public abstract OffsetDateTime estimatedCompletionTime()

Gets the estimatedCompletionTime property: The estimated completion time of the operation.

Returns:

the estimatedCompletionTime value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract SqlPoolOperationInner innerModel()

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

Returns:

the inner object.

isCancellable

public abstract Boolean isCancellable()

Gets the isCancellable property: Whether the operation can be cancelled.

Returns:

the isCancellable value.

isUserError

public abstract Boolean isUserError()

Gets the isUserError property: Whether or not the error is a user error.

Returns:

the isUserError value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

operation

public abstract String operation()

Gets the operation property: The name of operation.

Returns:

the operation value.

operationFriendlyName

public abstract String operationFriendlyName()

Gets the operationFriendlyName property: The friendly name of operation.

Returns:

the operationFriendlyName value.

percentComplete

public abstract Integer percentComplete()

Gets the percentComplete property: The percentage of the operation completed.

Returns:

the percentComplete value.

serverName

public abstract String serverName()

Gets the serverName property: The name of the server.

Returns:

the serverName value.

startTime

public abstract OffsetDateTime startTime()

Gets the startTime property: The operation start time.

Returns:

the startTime value.

state

public abstract ManagementOperationState state()

Gets the state property: The operation state.

Returns:

the state value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to