PrivateEndpointPropertiesOutput 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. |
| network |
An array of references to the network interfaces created for this private endpoint. |
| private |
A grouping of information about the connection to the remote resource. |
| provisioning |
The provisioning state of the private endpoint 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?: ApplicationSecurityGroupOutput[]
Property Value
customDnsConfigs
An array of custom dns configurations.
customDnsConfigs?: CustomDnsConfigPropertiesFormatOutput[]
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?: PrivateEndpointIPConfigurationOutput[]
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?: PrivateLinkServiceConnectionOutput[]
Property Value
networkInterfaces
An array of references to the network interfaces created for this private endpoint.
networkInterfaces?: NetworkInterfaceOutput[]
Property Value
privateLinkServiceConnections
A grouping of information about the connection to the remote resource.
privateLinkServiceConnections?: PrivateLinkServiceConnectionOutput[]
Property Value
provisioningState
The provisioning state of the private endpoint resource.
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
Property Value
"Succeeded" | "Updating" | "Deleting" | "Failed"
subnet
The ID of the subnet from which the private IP will be allocated.
subnet?: SubnetOutput