MySqlPrivateLinkServiceConnectionStateProperty Class

Definition

The MySqlPrivateLinkServiceConnectionStateProperty.

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

Constructors

MySqlPrivateLinkServiceConnectionStateProperty(String, String)

Initializes a new instance of MySqlPrivateLinkServiceConnectionStateProperty.

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

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

IJsonModel<MySqlPrivateLinkServiceConnectionStateProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlPrivateLinkServiceConnectionStateProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlPrivateLinkServiceConnectionStateProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlPrivateLinkServiceConnectionStateProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to