WebPubSubPrivateLinkServiceConnectionState Class

Definition

Connection state of the private endpoint connection.

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

Constructors

WebPubSubPrivateLinkServiceConnectionState()

Initializes a new instance of WebPubSubPrivateLinkServiceConnectionState.

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

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

IJsonModel<WebPubSubPrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebPubSubPrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebPubSubPrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebPubSubPrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to