PostgreSqlPrivateLinkServiceConnectionStateProperty Class

Definition

The PostgreSqlPrivateLinkServiceConnectionStateProperty.

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

Constructors

PostgreSqlPrivateLinkServiceConnectionStateProperty(String, String)

Initializes a new instance of PostgreSqlPrivateLinkServiceConnectionStateProperty.

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<PostgreSqlPrivateLinkServiceConnectionStateProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PostgreSqlPrivateLinkServiceConnectionStateProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PostgreSqlPrivateLinkServiceConnectionStateProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PostgreSqlPrivateLinkServiceConnectionStateProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PostgreSqlPrivateLinkServiceConnectionStateProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to