Package version:

Interface ElasticPoolActivity

Represents the activity on an elastic pool.

Hierarchy

Properties

elasticPoolName?: string

The name of the elastic pool. 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.

requestedDatabaseDtuCap?: number

The requested per database DTU cap. NOTE: This property will not be serialized. It can only be populated by the server.

requestedDatabaseDtuGuarantee?: number

The requested per database DTU guarantee. NOTE: This property will not be serialized. It can only be populated by the server.

requestedDatabaseDtuMax?: number

The requested max DTU per database if available. NOTE: This property will not be serialized. It can only be populated by the server.

requestedDatabaseDtuMin?: number

The requested min DTU per database if available. NOTE: This property will not be serialized. It can only be populated by the server.

requestedDtu?: number

The requested DTU for the pool if available. NOTE: This property will not be serialized. It can only be populated by the server.

requestedDtuGuarantee?: number

The requested DTU guarantee. NOTE: This property will not be serialized. It can only be populated by the server.

requestedElasticPoolName?: string

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

requestedStorageLimitInGB?: number

The requested storage limit for the pool in GB if available. NOTE: This property will not be serialized. It can only be populated by the server.

requestedStorageLimitInMB?: number

The requested storage limit in MB. 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