RemotePrivateEndpoint interface
Represent remote private endpoint information for the private endpoint connection proxy.
Properties
| connection |
Gets or sets the list of Connection Details. This is the connection details for private endpoint. |
| id | Gets or sets private link service proxy id. |
| manual |
Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow. |
| private |
Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow. |
| private |
Gets or sets the list of private link service proxies. |
Property Details
connectionDetails
Gets or sets the list of Connection Details. This is the connection details for private endpoint.
connectionDetails?: ConnectionDetails[]
Property Value
id
Gets or sets private link service proxy id.
id: string
Property Value
string
manualPrivateLinkServiceConnections
Gets or sets the list of Manual Private Link Service Connections and gets populated for Manual approval flow.
manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[]
Property Value
privateLinkServiceConnections
Gets or sets the list of Private Link Service Connections and gets populated for Auto approval flow.
privateLinkServiceConnections?: PrivateLinkServiceConnection[]
Property Value
privateLinkServiceProxies
Gets or sets the list of private link service proxies.
privateLinkServiceProxies?: PrivateLinkServiceProxy[]