MySqlFlexibleServersPrivateLinkServiceConnectionState Class

Definition

A collection of information about the state of the connection between service consumer and provider.

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

Constructors

MySqlFlexibleServersPrivateLinkServiceConnectionState()

Initializes a new instance of MySqlFlexibleServersPrivateLinkServiceConnectionState.

Properties

ActionsRequired

A message indicating if changes on the service provider require any updates on the consumer.

Description

The reason for approval/rejection of the connection.

Status

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

Explicit Interface Implementations

IJsonModel<MySqlFlexibleServersPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MySqlFlexibleServersPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MySqlFlexibleServersPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MySqlFlexibleServersPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MySqlFlexibleServersPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to