ManagedInstancePrivateLinkServiceConnectionStateProperty Class

Definition

The ManagedInstancePrivateLinkServiceConnectionStateProperty.

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

Constructors

ManagedInstancePrivateLinkServiceConnectionStateProperty(String, String)

Initializes a new instance of ManagedInstancePrivateLinkServiceConnectionStateProperty.

Properties

ActionsRequired

The private link service connection description.

Description

The private link service connection description.

Status

The private link service connection status.

Explicit Interface Implementations

IJsonModel<ManagedInstancePrivateLinkServiceConnectionStateProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedInstancePrivateLinkServiceConnectionStateProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedInstancePrivateLinkServiceConnectionStateProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedInstancePrivateLinkServiceConnectionStateProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedInstancePrivateLinkServiceConnectionStateProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to