ElasticPoolOperation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A elastic pool operation.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ElasticPoolOperation : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ElasticPoolOperation = class
inherit ProxyResource
Public Class ElasticPoolOperation
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ElasticPoolOperation() |
Initializes a new instance of the ElasticPoolOperation class. |
ElasticPoolOperation(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 ElasticPoolOperation 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 |
Gets resource ID. (Inherited from Resource) |
IsCancellable |
Gets whether the operation can be cancelled. |
IsUserError |
Gets whether or not the error is a user error. |
Name |
Gets resource name. (Inherited from Resource) |
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. |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET