MySqlServerPrivateLinkServiceConnectionStateProperty Class

Definition

The MySqlServerPrivateLinkServiceConnectionStateProperty.

public class MySqlServerPrivateLinkServiceConnectionStateProperty
public class MySqlServerPrivateLinkServiceConnectionStateProperty : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MySql.Models.MySqlServerPrivateLinkServiceConnectionStateProperty>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MySql.Models.MySqlServerPrivateLinkServiceConnectionStateProperty>
type MySqlServerPrivateLinkServiceConnectionStateProperty = class
type MySqlServerPrivateLinkServiceConnectionStateProperty = class
    interface IJsonModel<MySqlServerPrivateLinkServiceConnectionStateProperty>
    interface IPersistableModel<MySqlServerPrivateLinkServiceConnectionStateProperty>
Public Class MySqlServerPrivateLinkServiceConnectionStateProperty
Public Class MySqlServerPrivateLinkServiceConnectionStateProperty
Implements IJsonModel(Of MySqlServerPrivateLinkServiceConnectionStateProperty), IPersistableModel(Of MySqlServerPrivateLinkServiceConnectionStateProperty)
Inheritance
MySqlServerPrivateLinkServiceConnectionStateProperty
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<MySqlServerPrivateLinkServiceConnectionStateProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlServerPrivateLinkServiceConnectionStateProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlServerPrivateLinkServiceConnectionStateProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlServerPrivateLinkServiceConnectionStateProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlServerPrivateLinkServiceConnectionStateProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to