你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateEndpoint interface

专用终结点资源。

扩展

属性

applicationSecurityGroups

包含专用终结点 IP 配置的应用程序安全组。

billingSku

私有端点的计费SKU。

customDnsConfigs

自定义 DNS 配置的数组。

customNetworkInterfaceName

附加到专用终结点的网络接口的自定义名称。

etag

一个唯一的只读字符串,每当更新资源时更改。

extendedLocation

负载均衡器的扩展位置。

ipConfigurations

专用终结点的 IP 配置列表。 这将用于映射到第一方服务的终结点。

ipVersionType

指定私有端点私有IP的IP版本类型。 如果没有定义,默认是IPv4。

manualPrivateLinkServiceConnections

有关与远程资源的连接的信息的分组。 当网络管理员无权批准与远程资源的连接时使用。

networkInterfaces

对此专用终结点创建的网络接口的引用数组。

privateLinkServiceConnections

有关与远程资源的连接的信息的分组。

provisioningState

专用终结点资源的预配状态。

subnet

将从中分配专用 IP 的子网的 ID。

继承属性

id

资源 ID。

location

资源位置。

name

资源名称。

tags

资源标记。

type

资源类型。

属性详细信息

applicationSecurityGroups

包含专用终结点 IP 配置的应用程序安全组。

applicationSecurityGroups?: ApplicationSecurityGroup[]

属性值

billingSku

私有端点的计费SKU。

billingSku?: string

属性值

string

customDnsConfigs

自定义 DNS 配置的数组。

customDnsConfigs?: CustomDnsConfigPropertiesFormat[]

属性值

customNetworkInterfaceName

附加到专用终结点的网络接口的自定义名称。

customNetworkInterfaceName?: string

属性值

string

etag

一个唯一的只读字符串,每当更新资源时更改。

etag?: string

属性值

string

extendedLocation

负载均衡器的扩展位置。

extendedLocation?: ExtendedLocation

属性值

ipConfigurations

专用终结点的 IP 配置列表。 这将用于映射到第一方服务的终结点。

ipConfigurations?: PrivateEndpointIPConfiguration[]

属性值

ipVersionType

指定私有端点私有IP的IP版本类型。 如果没有定义,默认是IPv4。

ipVersionType?: string

属性值

string

manualPrivateLinkServiceConnections

有关与远程资源的连接的信息的分组。 当网络管理员无权批准与远程资源的连接时使用。

manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[]

属性值

networkInterfaces

对此专用终结点创建的网络接口的引用数组。

networkInterfaces?: NetworkInterface[]

属性值

privateLinkServiceConnections

有关与远程资源的连接的信息的分组。

privateLinkServiceConnections?: PrivateLinkServiceConnection[]

属性值

provisioningState

专用终结点资源的预配状态。

provisioningState?: string

属性值

string

subnet

将从中分配专用 IP 的子网的 ID。

subnet?: Subnet

属性值

继承属性详细信息

id

资源 ID。

id?: string

属性值

string

继承自 Resource.id

location

资源位置。

location?: string

属性值

string

继承自Resource.location

name

资源名称。

name?: string

属性值

string

继承自 Resource.name

tags

资源标记。

tags?: Record<string, string>

属性值

Record<string, string>

继承自Resource.tags

type

资源类型。

type?: string

属性值

string

继承自resource.type