共用方式為


PrivateEndpointConnections interface

代表 PrivateEndpointConnections 的介面。

方法

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

核准或拒絕具有指定名稱的私人端點連線。

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

核准或拒絕具有指定名稱的私人端點連線。

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除具有指定名稱的私人端點連線。

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除具有指定名稱的私人端點連線。

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

取得私人端點連線。

listByCluster(string, string, PrivateEndpointConnectionsListByClusterOptionalParams)

取得叢集上的私人端點連線清單。

方法詳細資料

beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

核准或拒絕具有指定名稱的私人端點連線。

function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

參數

resourceGroupName

string

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

clusterName

string

叢集的名稱。

privateEndpointConnectionName

string

與叢集相關聯的私人端點連線名稱。

parameters
PrivateEndpointConnection

核准私人端點連線的必要參數。

傳回

Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)

核准或拒絕具有指定名稱的私人端點連線。

function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>

參數

resourceGroupName

string

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

clusterName

string

叢集的名稱。

privateEndpointConnectionName

string

與叢集相關聯的私人端點連線名稱。

parameters
PrivateEndpointConnection

核准私人端點連線的必要參數。

傳回

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除具有指定名稱的私人端點連線。

function beginDelete(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>

參數

resourceGroupName

string

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

clusterName

string

叢集的名稱。

privateEndpointConnectionName

string

與叢集相關聯的私人端點連線名稱。

傳回

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除具有指定名稱的私人端點連線。

function beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteHeaders>

參數

resourceGroupName

string

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

clusterName

string

叢集的名稱。

privateEndpointConnectionName

string

與叢集相關聯的私人端點連線名稱。

傳回

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

取得私人端點連線。

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

參數

resourceGroupName

string

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

clusterName

string

叢集的名稱。

privateEndpointConnectionName

string

與叢集相關聯的私人端點連線名稱。

傳回

listByCluster(string, string, PrivateEndpointConnectionsListByClusterOptionalParams)

取得叢集上的私人端點連線清單。

function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

參數

resourceGroupName

string

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

clusterName

string

叢集的名稱。

傳回