Delen via


RelayPrivateLinkServiceConnectionState Class

Definition

ConnectionState information.

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

Constructors

RelayPrivateLinkServiceConnectionState()

Initializes a new instance of RelayPrivateLinkServiceConnectionState.

Properties

Description

Description of the connection state.

Status

Status of the connection.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RelayPrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RelayPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RelayPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RelayPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RelayPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to