ElasticPoolDatabaseActivityInner Class

Definition

Represents the activity on an elastic pool.

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

Constructors

ElasticPoolDatabaseActivityInner()

Initializes a new instance of the ElasticPoolDatabaseActivityInner class.

ElasticPoolDatabaseActivityInner(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 ElasticPoolDatabaseActivityInner 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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Gets or sets the geo-location where the resource lives

Name

Resource name

(Inherited from ProxyResource)
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.

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to