ElasticPoolActivityInner 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 ElasticPoolActivityInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ElasticPoolActivityInner = class
inherit ProxyResourceInner
Public Class ElasticPoolActivityInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
ElasticPoolActivityInner() |
Initializes a new instance of the ElasticPoolActivityInner class. |
ElasticPoolActivityInner(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 ElasticPoolActivityInner 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 |
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. |
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. |
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
Azure SDK for .NET