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

PrivateEndpointConnection interface

表示 PrivateEndpointConnection 的接口。

方法

createOrUpdate(string, string, string, PrivateLinkConnectionApprovalRequestResource, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

批准或拒绝专用终结点连接

delete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

删除专用终结点连接

get(string, string, string, PrivateEndpointConnectionGetOptionalParams)

获取专用终结点连接

方法详细信息

createOrUpdate(string, string, string, PrivateLinkConnectionApprovalRequestResource, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

批准或拒绝专用终结点连接

function createOrUpdate(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, privateEndpointWrapper: PrivateLinkConnectionApprovalRequestResource, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionResource>

参数

resourceGroupName

string

资源组名称。

factoryName

string

工厂名称。

privateEndpointConnectionName

string

专用终结点连接名称。

privateEndpointWrapper
PrivateLinkConnectionApprovalRequestResource

专用终结点连接审批 ARM 资源。

返回

delete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

删除专用终结点连接

function delete(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

资源组名称。

factoryName

string

工厂名称。

privateEndpointConnectionName

string

专用终结点连接名称。

返回

Promise<void>

get(string, string, string, PrivateEndpointConnectionGetOptionalParams)

获取专用终结点连接

function get(resourceGroupName: string, factoryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetOptionalParams): Promise<PrivateEndpointConnectionResource>

参数

resourceGroupName

string

资源组名称。

factoryName

string

工厂名称。

privateEndpointConnectionName

string

专用终结点连接名称。

返回