ElasticPoolActivity 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.
Represents the activity on an elastic pool.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ElasticPoolActivity : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ElasticPoolActivity = class
inherit ProxyResource
Public Class ElasticPoolActivity
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
ElasticPoolActivity() |
Initializes a new instance of the ElasticPoolActivity class. |
ElasticPoolActivity(String, String, String, String, Nullable<DateTime>, Nullable<Int32>, String, Nullable<Int32>, String, Guid, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, Nullable<Int64>, String, String, Nullable<DateTime>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the ElasticPoolActivity class. |
Properties
ElasticPoolName |
Gets the name of the elastic pool. |
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. |
RequestedDatabaseDtuCap |
Gets the requested per database DTU cap. |
RequestedDatabaseDtuGuarantee |
Gets the requested per database DTU guarantee. |
RequestedDatabaseDtuMax |
Gets the requested max DTU per database if available. |
RequestedDatabaseDtuMin |
Gets the requested min DTU per database if available. |
RequestedDtu |
Gets the requested DTU for the pool if available. |
RequestedDtuGuarantee |
Gets the requested DTU guarantee. |
RequestedElasticPoolName |
Gets the requested name for the elastic pool if available. |
RequestedStorageLimitInGB |
Gets the requested storage limit for the pool in GB if available. |
RequestedStorageLimitInMB |
Gets the requested storage limit in MB. |
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
Azure SDK for .NET