PostgreSqlServerPrivateLinkServiceConnectionStateProperty Class

Definition

The PostgreSqlServerPrivateLinkServiceConnectionStateProperty.

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

Properties

ActionsRequired

The actions required for private link service connection.

Description

The private link service connection description.

Status

The private link service connection status.

Explicit Interface Implementations

IJsonModel<PostgreSqlServerPrivateLinkServiceConnectionStateProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlServerPrivateLinkServiceConnectionStateProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlServerPrivateLinkServiceConnectionStateProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlServerPrivateLinkServiceConnectionStateProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlServerPrivateLinkServiceConnectionStateProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to