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.
public class ElasticPoolActivity : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.ElasticPoolActivity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.ElasticPoolActivity>
type ElasticPoolActivity = class
inherit ResourceData
interface IJsonModel<ElasticPoolActivity>
interface IPersistableModel<ElasticPoolActivity>
Public Class ElasticPoolActivity
Inherits ResourceData
Implements IJsonModel(Of ElasticPoolActivity), IPersistableModel(Of ElasticPoolActivity)
- Inheritance
- Implements
Constructors
ElasticPoolActivity() |
Initializes a new instance of ElasticPoolActivity. |
Properties
ElasticPoolName |
The name of the elastic pool. |
EndOn |
The time the operation finished (ISO8601 format). |
ErrorCode |
The error code if available. |
ErrorMessage |
The error message if available. |
ErrorSeverity |
The error severity if available. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Location |
The geo-location where the resource lives. |
Name |
The name of the resource. (Inherited from ResourceData) |
Operation |
The operation name. |
OperationId |
The unique operation ID. |
PercentComplete |
The percentage complete if available. |
RequestedDatabaseDtuCap |
The requested per database DTU cap. |
RequestedDatabaseDtuGuarantee |
The requested per database DTU guarantee. |
RequestedDatabaseDtuMax |
The requested max DTU per database if available. |
RequestedDatabaseDtuMin |
The requested min DTU per database if available. |
RequestedDtu |
The requested DTU for the pool if available. |
RequestedDtuGuarantee |
The requested DTU guarantee. |
RequestedElasticPoolName |
The requested name for the elastic pool if available. |
RequestedStorageLimitInGB |
The requested storage limit for the pool in GB if available. |
RequestedStorageLimitInMB |
The requested storage limit in MB. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ServerName |
The name of the server the elastic pool is in. |
StartOn |
The time the operation started (ISO8601 format). |
State |
The current state of the operation. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<ElasticPoolActivity>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ElasticPoolActivity>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ElasticPoolActivity>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ElasticPoolActivity>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ElasticPoolActivity>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET