共用方式為


PrivateEndpointConnections interface

表示 PrivateEndpointConnections 的介面。

方法

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

核准或拒絕私人端點連線。

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

核准或拒絕私人端點連線。

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除私人端點連線。

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除私人端點連線。

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

取得私人端點連線。

list(string, string, PrivateEndpointConnectionsListOptionalParams)

列出工作區中的私人端點連線。

方法詳細資料

beginCreate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

核准或拒絕私人端點連線。

function beginCreate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

workspaceName

string

工作區的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

request
PrivateEndpointConnection

要求私人端點連線的主體以建立。

傳回

Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginCreateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOptionalParams)

核准或拒絕私人端點連線。

function beginCreateAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, request: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOptionalParams): Promise<PrivateEndpointConnection>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

workspaceName

string

工作區的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

request
PrivateEndpointConnection

要求私人端點連線的主體以建立。

傳回

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除私人端點連線。

function beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

workspaceName

string

工作區的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

傳回

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除私人端點連線。

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

workspaceName

string

工作區的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

傳回

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

取得私人端點連線。

function get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

workspaceName

string

工作區的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

傳回

list(string, string, PrivateEndpointConnectionsListOptionalParams)

列出工作區中的私人端點連線。

function list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。 名稱不區分大小寫。

workspaceName

string

工作區的名稱。

傳回