共用方式為


PrivateEndpointConnectionOperations interface

表示 PrivateEndpointConnectionOperations 的介面。

方法

beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionRequest, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

建立新的私人端點連線或更新現有的連線。

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionRequest, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

建立新的私人端點連線或更新現有的連線。

beginDelete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

刪除指定的私人端點連線。

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

刪除指定的私人端點連線。

getByName(string, string, string, PrivateEndpointConnectionGetByNameOptionalParams)

取得其識別碼所指定的私人端點連線詳細資料。

getPrivateLinkResource(string, string, string, PrivateEndpointConnectionGetPrivateLinkResourceOptionalParams)

取得私人連結資源

listByService(string, string, PrivateEndpointConnectionListByServiceOptionalParams)

列出API 管理服務實例的所有私人端點連線。

listPrivateLinkResources(string, string, PrivateEndpointConnectionListPrivateLinkResourcesOptionalParams)

取得私人連結資源

方法詳細資料

beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionRequest, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

建立新的私人端點連線或更新現有的連線。

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, privateEndpointConnectionRequest: PrivateEndpointConnectionRequest, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>

參數

resourceGroupName

string

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

serviceName

string

API 管理服務的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

privateEndpointConnectionRequest
PrivateEndpointConnectionRequest

核准或拒絕私人端點連線的要求

傳回

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

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionRequest, PrivateEndpointConnectionCreateOrUpdateOptionalParams)

建立新的私人端點連線或更新現有的連線。

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, privateEndpointConnectionRequest: PrivateEndpointConnectionRequest, options?: PrivateEndpointConnectionCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>

參數

resourceGroupName

string

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

serviceName

string

API 管理服務的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

privateEndpointConnectionRequest
PrivateEndpointConnectionRequest

核准或拒絕私人端點連線的要求

傳回

beginDelete(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

刪除指定的私人端點連線。

function beginDelete(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

參數

resourceGroupName

string

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

serviceName

string

API 管理服務的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

傳回

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionDeleteOptionalParams)

刪除指定的私人端點連線。

function beginDeleteAndWait(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<void>

參數

resourceGroupName

string

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

serviceName

string

API 管理服務的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

傳回

Promise<void>

getByName(string, string, string, PrivateEndpointConnectionGetByNameOptionalParams)

取得其識別碼所指定的私人端點連線詳細資料。

function getByName(resourceGroupName: string, serviceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionGetByNameOptionalParams): Promise<PrivateEndpointConnection>

參數

resourceGroupName

string

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

serviceName

string

API 管理服務的名稱。

privateEndpointConnectionName

string

私人端點連線的名稱。

傳回

getPrivateLinkResource(string, string, string, PrivateEndpointConnectionGetPrivateLinkResourceOptionalParams)

取得私人連結資源

function getPrivateLinkResource(resourceGroupName: string, serviceName: string, privateLinkSubResourceName: string, options?: PrivateEndpointConnectionGetPrivateLinkResourceOptionalParams): Promise<PrivateLinkResource>

參數

resourceGroupName

string

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

serviceName

string

API 管理服務的名稱。

privateLinkSubResourceName

string

私人連結資源的名稱。

傳回

listByService(string, string, PrivateEndpointConnectionListByServiceOptionalParams)

列出API 管理服務實例的所有私人端點連線。

function listByService(resourceGroupName: string, serviceName: string, options?: PrivateEndpointConnectionListByServiceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>

參數

resourceGroupName

string

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

serviceName

string

API 管理服務的名稱。

傳回

listPrivateLinkResources(string, string, PrivateEndpointConnectionListPrivateLinkResourcesOptionalParams)

取得私人連結資源

function listPrivateLinkResources(resourceGroupName: string, serviceName: string, options?: PrivateEndpointConnectionListPrivateLinkResourcesOptionalParams): Promise<PrivateLinkResourceListResult>

參數

resourceGroupName

string

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

serviceName

string

API 管理服務的名稱。

傳回