PostgreSqlFlexibleServerQuotaUsage 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.
Quota usage for servers.
public class PostgreSqlFlexibleServerQuotaUsage : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerQuotaUsage>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlFlexibleServerQuotaUsage>
type PostgreSqlFlexibleServerQuotaUsage = class
interface IJsonModel<PostgreSqlFlexibleServerQuotaUsage>
interface IPersistableModel<PostgreSqlFlexibleServerQuotaUsage>
Public Class PostgreSqlFlexibleServerQuotaUsage
Implements IJsonModel(Of PostgreSqlFlexibleServerQuotaUsage), IPersistableModel(Of PostgreSqlFlexibleServerQuotaUsage)
- Inheritance
-
PostgreSqlFlexibleServerQuotaUsage
- Implements
Properties
| Name | Description |
|---|---|
| CurrentValue |
Current Quota usage value. |
| Id |
Fully qualified ARM resource Id. |
| Limit |
Quota limit. |
| Name |
Name of quota usage for servers. |
| Unit |
Quota unit. |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<PostgreSqlFlexibleServerQuotaUsage>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<PostgreSqlFlexibleServerQuotaUsage>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<PostgreSqlFlexibleServerQuotaUsage>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<PostgreSqlFlexibleServerQuotaUsage>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<PostgreSqlFlexibleServerQuotaUsage>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |