PrivateEndpointProperties interface
Properties of the private endpoint.
Properties
| application |
Application security groups in which the private endpoint IP configuration is included. |
| custom |
An array of custom dns configurations. |
| custom |
The custom name of the network interface attached to the private endpoint. |
| ip |
A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints. |
| manual |
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. |
| private |
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