SqlPrivateLinkServiceConnectionStateProperty Class

Definition

The SqlPrivateLinkServiceConnectionStateProperty.

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

Constructors

SqlPrivateLinkServiceConnectionStateProperty(SqlPrivateLinkServiceConnectionStatus, String)

Initializes a new instance of SqlPrivateLinkServiceConnectionStateProperty.

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

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

IJsonModel<SqlPrivateLinkServiceConnectionStateProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SqlPrivateLinkServiceConnectionStateProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SqlPrivateLinkServiceConnectionStateProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SqlPrivateLinkServiceConnectionStateProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to