SqlPoolOperationInner Class

public final class SqlPoolOperationInner
extends ProxyResource

A Sql pool operation.

Constructor Summary

Constructor Description
SqlPoolOperationInner()

Creates an instance of SqlPoolOperationInner class.

Method Summary

Modifier and Type Method and Description
String databaseName()

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

String description()

Get the description property: The operation description.

Integer errorCode()

Get the errorCode property: The operation error code.

String errorDescription()

Get the errorDescription property: The operation error description.

Integer errorSeverity()

Get the errorSeverity property: The operation error severity.

OffsetDateTime estimatedCompletionTime()

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

Boolean isCancellable()

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

Boolean isUserError()

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

String operation()

Get the operation property: The name of operation.

String operationFriendlyName()

Get the operationFriendlyName property: The friendly name of operation.

Integer percentComplete()

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

String serverName()

Get the serverName property: The name of the server.

OffsetDateTime startTime()

Get the startTime property: The operation start time.

ManagementOperationState state()

Get the state property: The operation state.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

SqlPoolOperationInner

public SqlPoolOperationInner()

Creates an instance of SqlPoolOperationInner class.

Method Details

databaseName

public String databaseName()

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

Returns:

the databaseName value.

description

public String description()

Get the description property: The operation description.

Returns:

the description value.

errorCode

public Integer errorCode()

Get the errorCode property: The operation error code.

Returns:

the errorCode value.

errorDescription

public String errorDescription()

Get the errorDescription property: The operation error description.

Returns:

the errorDescription value.

errorSeverity

public Integer errorSeverity()

Get the errorSeverity property: The operation error severity.

Returns:

the errorSeverity value.

estimatedCompletionTime

public OffsetDateTime estimatedCompletionTime()

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

Returns:

the estimatedCompletionTime value.

isCancellable

public Boolean isCancellable()

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

Returns:

the isCancellable value.

isUserError

public Boolean isUserError()

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

Returns:

the isUserError value.

operation

public String operation()

Get the operation property: The name of operation.

Returns:

the operation value.

operationFriendlyName

public String operationFriendlyName()

Get the operationFriendlyName property: The friendly name of operation.

Returns:

the operationFriendlyName value.

percentComplete

public Integer percentComplete()

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

Returns:

the percentComplete value.

serverName

public String serverName()

Get the serverName property: The name of the server.

Returns:

the serverName value.

startTime

public OffsetDateTime startTime()

Get the startTime property: The operation start time.

Returns:

the startTime value.

state

public ManagementOperationState state()

Get the state property: The operation state.

Returns:

the state value.

validate

public void validate()

Validates the instance.

Applies to