共用方式為


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)

取得與認知服務帳戶相關聯的指定私人端點連線。

list(string, string, PrivateEndpointConnectionsListOptionalParams)

取得與認知服務帳戶相關聯的私人端點連線。

方法詳細資料

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

更新與認知服務帳戶相關聯的指定私人端點線上狀態。

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

參數

resourceGroupName

string

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

accountName

string

認知服務帳戶的名稱。

privateEndpointConnectionName

string

與認知服務帳戶相關聯的私人端點連線名稱

properties
PrivateEndpointConnection

私人端點連線屬性。

傳回

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

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

更新與認知服務帳戶相關聯的指定私人端點線上狀態。

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

參數

resourceGroupName

string

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

accountName

string

認知服務帳戶的名稱。

privateEndpointConnectionName

string

與認知服務帳戶相關聯的私人端點連線名稱

properties
PrivateEndpointConnection

私人端點連線屬性。

傳回

beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除與認知服務帳戶相關聯的指定私人端點連線。

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

參數

resourceGroupName

string

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

accountName

string

認知服務帳戶的名稱。

privateEndpointConnectionName

string

與認知服務帳戶相關聯的私人端點連線名稱

傳回

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

beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)

刪除與認知服務帳戶相關聯的指定私人端點連線。

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

參數

resourceGroupName

string

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

accountName

string

認知服務帳戶的名稱。

privateEndpointConnectionName

string

與認知服務帳戶相關聯的私人端點連線名稱

傳回

Promise<void>

get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)

取得與認知服務帳戶相關聯的指定私人端點連線。

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

參數

resourceGroupName

string

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

accountName

string

認知服務帳戶的名稱。

privateEndpointConnectionName

string

與認知服務帳戶相關聯的私人端點連線名稱

傳回

list(string, string, PrivateEndpointConnectionsListOptionalParams)

取得與認知服務帳戶相關聯的私人端點連線。

function list(resourceGroupName: string, accountName: string, options?: PrivateEndpointConnectionsListOptionalParams): Promise<PrivateEndpointConnectionListResult>

參數

resourceGroupName

string

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

accountName

string

認知服務帳戶的名稱。

傳回