PostgreSqlBaseCapability Class

Definition

Base object for representing capability.

public class PostgreSqlBaseCapability : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlBaseCapability>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.PostgreSql.FlexibleServers.Models.PostgreSqlBaseCapability>
type PostgreSqlBaseCapability = class
    interface IJsonModel<PostgreSqlBaseCapability>
    interface IPersistableModel<PostgreSqlBaseCapability>
Public Class PostgreSqlBaseCapability
Implements IJsonModel(Of PostgreSqlBaseCapability), IPersistableModel(Of PostgreSqlBaseCapability)
Inheritance
PostgreSqlBaseCapability
Derived
Implements

Properties

CapabilityStatus

The status of the capability.

Reason

The reason for the capability not being available.

Explicit Interface Implementations

IJsonModel<PostgreSqlBaseCapability>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PostgreSqlBaseCapability>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlBaseCapability>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlBaseCapability>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PostgreSqlBaseCapability>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to