Class PrivateEndpointConnectionInner
- 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
stringname
stringtype
stringprivateEndpoint
PrivateEndpointPropertyPrivate endpoint which the connection belongs to.
privateLinkServiceConnectionState
PrivateLinkServiceConnectionStatePropertyConnection 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
PrivateLinkServiceConnectionState
Gets or sets connection State of the Private Endpoint Connection.
public PrivateLinkServiceConnectionStateProperty PrivateLinkServiceConnectionState { get; set; }