MongoClusterPrivateEndpointConnectionProperties Class

Definition

Properties of the private endpoint connection.

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

Constructors

MongoClusterPrivateEndpointConnectionProperties(MongoClusterPrivateLinkServiceConnectionState)

Initializes a new instance of MongoClusterPrivateEndpointConnectionProperties.

Properties

GroupIds

The group ids for the private endpoint resource.

PrivateEndpointId

Gets Id.

PrivateLinkServiceConnectionState

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

ProvisioningState

The provisioning state of the private endpoint connection resource.

Explicit Interface Implementations

IJsonModel<MongoClusterPrivateEndpointConnectionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MongoClusterPrivateEndpointConnectionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MongoClusterPrivateEndpointConnectionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MongoClusterPrivateEndpointConnectionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MongoClusterPrivateEndpointConnectionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to