SqlPoolOperation interface
A Sql pool operation.
- Extends
Properties
database |
The name of the Sql pool the operation is being performed on. NOTE: This property will not be serialized. It can only be populated by the server. |
description | The operation description. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The operation error code. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The operation error description. NOTE: This property will not be serialized. It can only be populated by the server. |
error |
The operation error severity. NOTE: This property will not be serialized. It can only be populated by the server. |
estimated |
The estimated completion time of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Whether the operation can be cancelled. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Whether or not the error is a user error. NOTE: This property will not be serialized. It can only be populated by the server. |
operation | The name of operation. NOTE: This property will not be serialized. It can only be populated by the server. |
operation |
The friendly name of operation. NOTE: This property will not be serialized. It can only be populated by the server. |
percent |
The percentage of the operation completed. NOTE: This property will not be serialized. It can only be populated by the server. |
server |
The name of the server. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
The operation start time. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The operation state. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
databaseName
The name of the Sql pool the operation is being performed on. NOTE: This property will not be serialized. It can only be populated by the server.
databaseName?: string
Property Value
string
description
The operation description. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
errorCode
The operation error code. NOTE: This property will not be serialized. It can only be populated by the server.
errorCode?: number
Property Value
number
errorDescription
The operation error description. NOTE: This property will not be serialized. It can only be populated by the server.
errorDescription?: string
Property Value
string
errorSeverity
The operation error severity. NOTE: This property will not be serialized. It can only be populated by the server.
errorSeverity?: number
Property Value
number
estimatedCompletionTime
The estimated completion time of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
estimatedCompletionTime?: Date
Property Value
Date
isCancellable
Whether the operation can be cancelled. NOTE: This property will not be serialized. It can only be populated by the server.
isCancellable?: boolean
Property Value
boolean
isUserError
Whether or not the error is a user error. NOTE: This property will not be serialized. It can only be populated by the server.
isUserError?: boolean
Property Value
boolean
operation
The name of operation. NOTE: This property will not be serialized. It can only be populated by the server.
operation?: string
Property Value
string
operationFriendlyName
The friendly name of operation. NOTE: This property will not be serialized. It can only be populated by the server.
operationFriendlyName?: string
Property Value
string
percentComplete
The percentage of the operation completed. NOTE: This property will not be serialized. It can only be populated by the server.
percentComplete?: number
Property Value
number
serverName
The name of the server. NOTE: This property will not be serialized. It can only be populated by the server.
serverName?: string
Property Value
string
startTime
The operation start time. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
state
The operation state. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type
Azure SDK for JavaScript