Package version:

Interface ElasticPoolDatabaseActivity

Represents the activity on an elastic pool.

Hierarchy

Properties

currentElasticPoolName?: string

The name of the current elastic pool the database is in if available. NOTE: This property will not be serialized. It can only be populated by the server.

currentServiceObjective?: string

The name of the current service objective if available. NOTE: This property will not be serialized. It can only be populated by the server.

databaseName?: string

The database name. NOTE: This property will not be serialized. It can only be populated by the server.

endTime?: Date

The time the operation finished (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

errorCode?: number

The error code if available. NOTE: This property will not be serialized. It can only be populated by the server.

errorMessage?: string

The error message if available. NOTE: This property will not be serialized. It can only be populated by the server.

errorSeverity?: number

The error severity if available. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

The geo-location where the resource lives

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

operation?: string

The operation name. NOTE: This property will not be serialized. It can only be populated by the server.

operationId?: string

The unique operation ID. NOTE: This property will not be serialized. It can only be populated by the server.

percentComplete?: number

The percentage complete if available. NOTE: This property will not be serialized. It can only be populated by the server.

requestedElasticPoolName?: string

The name for the elastic pool the database is moving into if available. NOTE: This property will not be serialized. It can only be populated by the server.

requestedServiceObjective?: string

The name of the requested service objective if available. NOTE: This property will not be serialized. It can only be populated by the server.

serverName?: string

The name of the server the elastic pool is in. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: Date

The time the operation started (ISO8601 format). NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

The current state of the operation. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc