Table of Contents

Class PrivateEndpointConnectionInner

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

A private endpoint connection

public class PrivateEndpointConnectionInner : ProxyResourceInner
Inheritance
PrivateEndpointConnectionInner

Constructors

PrivateEndpointConnectionInner()

Initializes a new instance of the PrivateEndpointConnectionInner class.

public PrivateEndpointConnectionInner()

PrivateEndpointConnectionInner(string, string, string, PrivateEndpointProperty, PrivateLinkServiceConnectionStateProperty)

Initializes a new instance of the PrivateEndpointConnectionInner class.

public PrivateEndpointConnectionInner(string id = null, string name = null, string type = null, PrivateEndpointProperty privateEndpoint = null, PrivateLinkServiceConnectionStateProperty privateLinkServiceConnectionState = null)

Parameters

id string
name string
type string
privateEndpoint PrivateEndpointProperty

Private endpoint which the connection belongs to.

privateLinkServiceConnectionState PrivateLinkServiceConnectionStateProperty

Connection State of the Private Endpoint Connection.

Properties

PrivateEndpoint

Gets or sets private endpoint which the connection belongs to.

public PrivateEndpointProperty PrivateEndpoint { get; set; }

Property Value

PrivateEndpointProperty

PrivateLinkServiceConnectionState

Gets or sets connection State of the Private Endpoint Connection.

public PrivateLinkServiceConnectionStateProperty PrivateLinkServiceConnectionState { get; set; }

Property Value

PrivateLinkServiceConnectionStateProperty