ElasticPoolOperationInner Class

Definition

A elastic pool operation.

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

Constructors

ElasticPoolOperationInner()

Initializes a new instance of the ElasticPoolOperationInner class.

ElasticPoolOperationInner(String, String, String, String, String, String, Nullable<Int32>, String, Nullable<DateTime>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, String, Nullable<Boolean>)

Initializes a new instance of the ElasticPoolOperationInner class.

Properties

Description

Gets the operation description.

ElasticPoolName

Gets the name of the elastic pool the operation is being performed on.

ErrorCode

Gets the operation error code.

ErrorDescription

Gets the operation error description.

ErrorSeverity

Gets the operation error severity.

EstimatedCompletionTime

Gets the estimated completion time of the operation.

Id

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

(Inherited from ProxyResource)
IsCancellable

Gets whether the operation can be cancelled.

IsUserError

Gets whether or not the error is a user error.

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Operation

Gets the name of operation.

OperationFriendlyName

Gets the friendly name of operation.

PercentComplete

Gets the percentage of the operation completed.

ServerName

Gets the name of the server.

StartTime

Gets the operation start time.

State

Gets the operation state.

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