CosmosDBPrivateLinkServiceConnectionStateProperty Class

Definition

Connection State of the Private Endpoint Connection.

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

Constructors

CosmosDBPrivateLinkServiceConnectionStateProperty()

Initializes a new instance of CosmosDBPrivateLinkServiceConnectionStateProperty.

Properties

ActionsRequired

Any action that is required beyond basic workflow (approve/ reject/ disconnect).

Description

The private link service connection description.

Status

The private link service connection status.

Explicit Interface Implementations

IJsonModel<CosmosDBPrivateLinkServiceConnectionStateProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CosmosDBPrivateLinkServiceConnectionStateProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CosmosDBPrivateLinkServiceConnectionStateProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CosmosDBPrivateLinkServiceConnectionStateProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CosmosDBPrivateLinkServiceConnectionStateProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to