SqlPoolUsage 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.
The Sql pool usages.
public class SqlPoolUsage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.SqlPoolUsage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.SqlPoolUsage>
public class SqlPoolUsage
type SqlPoolUsage = class
interface IJsonModel<SqlPoolUsage>
interface IPersistableModel<SqlPoolUsage>
type SqlPoolUsage = class
Public Class SqlPoolUsage
Implements IJsonModel(Of SqlPoolUsage), IPersistableModel(Of SqlPoolUsage)
Public Class SqlPoolUsage
- Inheritance
-
SqlPoolUsage
- Implements
Properties
CurrentValue |
The current value of the usage metric. |
DisplayName |
The usage metric display name. |
Limit |
The current limit of the usage metric. |
Name |
The name of the usage metric. |
NextResetOn |
The next reset time for the usage metric (ISO8601 format). |
ResourceName |
The name of the resource. |
Unit |
The units of the usage metric. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SqlPoolUsage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SqlPoolUsage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SqlPoolUsage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SqlPoolUsage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SqlPoolUsage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET