Share via


PrivateEndpointPropertiesOutput 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.

networkInterfaces

An array of references to the network interfaces created for this private endpoint.

privateLinkServiceConnections

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

provisioningState

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

Property Value