IElasticPoolActivity Interface
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.
An immutable client-side representation of an Azure SQL ElasticPool's Activity.
public interface IElasticPoolActivity : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.Models.ElasticPoolActivityInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasResourceGroup, Microsoft.Azure.Management.Sql.Fluent.IElasticPoolActivityBeta
type IElasticPoolActivity = interface
interface IHasInner<ElasticPoolActivityInner>
interface IHasResourceGroup
interface IHasName
interface IHasId
interface IElasticPoolActivityBeta
interface IBeta
Public Interface IElasticPoolActivity
Implements IBeta, IElasticPoolActivityBeta, IHasId, IHasInner(Of ElasticPoolActivityInner), IHasName, IHasResourceGroup
- Implements
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 the resource id string (Inherited from IHasId) |
Inner | (Inherited from IHasInner<T>) |
Location |
Gets the geo-location where the resource lives. (Inherited from IElasticPoolActivityBeta) |
Name |
Gets the name of the resource (Inherited from IHasName) |
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. (Inherited from IElasticPoolActivityBeta) |
RequestedDatabaseDtuGuarantee |
Gets he requested per database DTU guarantee. (Inherited from IElasticPoolActivityBeta) |
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. (Inherited from IElasticPoolActivityBeta) |
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. (Inherited from IElasticPoolActivityBeta) |
ResourceGroupName | (Inherited from IHasResourceGroup) |
ServerName |
Gets the name of the Azure SQL Server the Elastic Pool is in. |
StartTime |
Gets the time the operation started (ISO8601 format). |
State |
Gets the current state of the operation. |
Applies to
Azure SDK for .NET