Share via


PrivateEndpointProperties interface

Properties of the private endpoint.

Properties

applicationSecurityGroups

Application security groups in which the private endpoint IP configuration is included.

customDnsConfigs

An array of custom dns configurations.

customNetworkInterfaceName

The custom name of the network interface attached to the private endpoint.

ipConfigurations

A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints.

manualPrivateLinkServiceConnections

A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource.

privateLinkServiceConnections

A grouping of information about the connection to the remote resource.

subnet

The ID of the subnet from which the private IP will be allocated.

Property Details

applicationSecurityGroups

Application security groups in which the private endpoint IP configuration is included.

applicationSecurityGroups?: ApplicationSecurityGroup[]

Property Value

customDnsConfigs

An array of custom dns configurations.

customDnsConfigs?: CustomDnsConfigPropertiesFormat[]

Property Value

customNetworkInterfaceName

The custom name of the network interface attached to the private endpoint.

customNetworkInterfaceName?: string

Property Value

string

ipConfigurations

A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints.

ipConfigurations?: PrivateEndpointIPConfiguration[]

Property Value

manualPrivateLinkServiceConnections

A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource.

manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[]

Property Value

privateLinkServiceConnections

A grouping of information about the connection to the remote resource.

privateLinkServiceConnections?: PrivateLinkServiceConnection[]

Property Value

subnet

The ID of the subnet from which the private IP will be allocated.

subnet?: Subnet

Property Value