PrivateEndpoint interface
Private endpoint resource.
- Extends
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. |
etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
extended |
The extended location of the load balancer. |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
private |
A grouping of information about the connection to the remote resource. |
provisioning |
The provisioning state of the private endpoint resource. NOTE: This property will not be serialized. It can only be populated by the server. |
subnet | The ID of the subnet from which the private IP will be allocated. |
Inherited Properties
id | Resource ID. |
location | Resource location. |
name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
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
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
extendedLocation
The extended location of the load balancer.
extendedLocation?: ExtendedLocation
Property Value
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
networkInterfaces
An array of references to the network interfaces created for this private endpoint. NOTE: This property will not be serialized. It can only be populated by the server.
networkInterfaces?: NetworkInterface[]
Property Value
privateLinkServiceConnections
A grouping of information about the connection to the remote resource.
privateLinkServiceConnections?: PrivateLinkServiceConnection[]
Property Value
provisioningState
The provisioning state of the private endpoint resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
subnet
The ID of the subnet from which the private IP will be allocated.
subnet?: Subnet
Property Value
Inherited Property Details
id
location
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type