ElasticPoolDatabaseActivity Class

Definition

Represents the activity on an elastic pool.

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

Constructors

ElasticPoolDatabaseActivity()

Initializes a new instance of the ElasticPoolDatabaseActivity class.

ElasticPoolDatabaseActivity(String, String, String, String, String, Nullable<DateTime>, Nullable<Int32>, String, Nullable<Int32>, String, Guid, Nullable<Int32>, String, String, String, String, String, Nullable<DateTime>, String)

Initializes a new instance of the ElasticPoolDatabaseActivity class.

Properties

CurrentElasticPoolName

Gets the name of the current elastic pool the database is in if available.

CurrentServiceObjective

Gets the name of the current service objective if available.

DatabaseName

Gets the database name.

EndTime

Gets the time the operation finished (ISO8601 format).

ErrorCode

Gets the error code if available.

ErrorMessage

Gets the error message if available.

ErrorSeverity

Gets the error severity if available.

Id

Gets resource ID.

(Inherited from Resource)
Location

Gets or sets the geo-location where the resource lives

Name

Gets resource name.

(Inherited from Resource)
Operation

Gets the operation name.

OperationId

Gets the unique operation ID.

PercentComplete

Gets the percentage complete if available.

RequestedElasticPoolName

Gets the name for the elastic pool the database is moving into if available.

RequestedServiceObjective

Gets the name of the requested service objective if available.

ServerName

Gets the name of the server the elastic pool is in.

StartTime

Gets the time the operation started (ISO8601 format).

State

Gets the current state of the operation.

Type

Gets resource type.

(Inherited from Resource)

Applies to