RemotePrivateEndpoint interface
Remote private endpoint details.
Properties
connection |
List of connection details. |
id | Remote endpoint resource ID. |
immutable |
Original resource ID needed by Microsoft.Network. |
immutable |
Original subscription ID needed by Microsoft.Network. |
location | ARM location of the remote private endpoint. |
manual |
List of private link service connections that need manual approval. |
private |
List of automatically approved private link service connections. |
private |
List of private link service proxies. |
vnet |
Virtual network traffic tag. |
Property Details
connectionDetails
List of connection details.
connectionDetails?: ConnectionDetails[]
Property Value
id
Remote endpoint resource ID.
id?: string
Property Value
string
immutableResourceId
Original resource ID needed by Microsoft.Network.
immutableResourceId?: string
Property Value
string
immutableSubscriptionId
Original subscription ID needed by Microsoft.Network.
immutableSubscriptionId?: string
Property Value
string
location
ARM location of the remote private endpoint.
location?: string
Property Value
string
manualPrivateLinkServiceConnections
List of private link service connections that need manual approval.
manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[]
Property Value
privateLinkServiceConnections
List of automatically approved private link service connections.
privateLinkServiceConnections?: PrivateLinkServiceConnection[]
Property Value
privateLinkServiceProxies
List of private link service proxies.
privateLinkServiceProxies?: PrivateLinkServiceProxy[]
Property Value
vnetTrafficTag
Virtual network traffic tag.
vnetTrafficTag?: string
Property Value
string