Share via


SqlPoolOperation Class

Definition

A Sql pool operation.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SqlPoolOperation : Microsoft.Azure.Management.Synapse.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SqlPoolOperation = class
    inherit ProxyResource
Public Class SqlPoolOperation
Inherits ProxyResource
Inheritance
SqlPoolOperation
Attributes

Constructors

SqlPoolOperation()

Initializes a new instance of the SqlPoolOperation class.

SqlPoolOperation(String, String, String, String, String, String, Nullable<Int32>, String, Nullable<DateTime>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, String, Nullable<Boolean>)

Initializes a new instance of the SqlPoolOperation class.

Properties

DatabaseName

Gets the name of the Sql pool the operation is being performed on.

Description

Gets the operation description.

ErrorCode

Gets the operation error code.

ErrorDescription

Gets the operation error description.

ErrorSeverity

Gets the operation error severity.

EstimatedCompletionTime

Gets the estimated completion time of the operation.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
IsCancellable

Gets whether the operation can be cancelled.

IsUserError

Gets whether or not the error is a user error.

Name

Gets the name of the resource

(Inherited from Resource)
Operation

Gets the name of operation.

OperationFriendlyName

Gets the friendly name of operation.

PercentComplete

Gets the percentage of the operation completed.

ServerName

Gets the name of the server.

StartTime

Gets the operation start time.

State

Gets the operation state. Possible values include: 'Pending', 'InProgress', 'Succeeded', 'Failed', 'CancelInProgress', 'Cancelled'

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to