共用方式為


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

Factory 名稱。

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

Factory 名稱。

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

Factory 名稱。

privateEndpointConnectionName

string

私人端點連線名稱。

傳回