共用方式為


WorkspacePrivateEndpointConnections interface

代表 WorkspacePrivateEndpointConnections 的介面。

方法

beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionDescription, WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams)

更新與工作區相關聯的指定私人端點聯機狀態。

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionDescription, WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams)

更新與工作區相關聯的指定私人端點聯機狀態。

beginDelete(string, string, string, WorkspacePrivateEndpointConnectionsDeleteOptionalParams)

刪除私人端點連線。

beginDeleteAndWait(string, string, string, WorkspacePrivateEndpointConnectionsDeleteOptionalParams)

刪除私人端點連線。

get(string, string, string, WorkspacePrivateEndpointConnectionsGetOptionalParams)

取得與工作區相關聯的指定私人端點連線。

listByWorkspace(string, string, WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams)

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

方法詳細資料

beginCreateOrUpdate(string, string, string, PrivateEndpointConnectionDescription, WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams)

更新與工作區相關聯的指定私人端點聯機狀態。

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionDescription, options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionDescription>, PrivateEndpointConnectionDescription>>

參數

resourceGroupName

string

包含服務實例的資源群組名稱。

workspaceName

string

工作區資源的名稱。

privateEndpointConnectionName

string

與 Azure 資源相關聯的私人端點連線名稱

properties
PrivateEndpointConnectionDescription

私人端點連線屬性。

傳回

beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnectionDescription, WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams)

更新與工作區相關聯的指定私人端點聯機狀態。

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnectionDescription, options?: WorkspacePrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionDescription>

參數

resourceGroupName

string

包含服務實例的資源群組名稱。

workspaceName

string

工作區資源的名稱。

privateEndpointConnectionName

string

與 Azure 資源相關聯的私人端點連線名稱

properties
PrivateEndpointConnectionDescription

私人端點連線屬性。

傳回

beginDelete(string, string, string, WorkspacePrivateEndpointConnectionsDeleteOptionalParams)

刪除私人端點連線。

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

參數

resourceGroupName

string

包含服務實例的資源群組名稱。

workspaceName

string

工作區資源的名稱。

privateEndpointConnectionName

string

與 Azure 資源相關聯的私人端點連線名稱

傳回

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

beginDeleteAndWait(string, string, string, WorkspacePrivateEndpointConnectionsDeleteOptionalParams)

刪除私人端點連線。

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

參數

resourceGroupName

string

包含服務實例的資源群組名稱。

workspaceName

string

工作區資源的名稱。

privateEndpointConnectionName

string

與 Azure 資源相關聯的私人端點連線名稱

傳回

Promise<void>

get(string, string, string, WorkspacePrivateEndpointConnectionsGetOptionalParams)

取得與工作區相關聯的指定私人端點連線。

function get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: WorkspacePrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionDescription>

參數

resourceGroupName

string

包含服務實例的資源群組名稱。

workspaceName

string

工作區資源的名稱。

privateEndpointConnectionName

string

與 Azure 資源相關聯的私人端點連線名稱

傳回

listByWorkspace(string, string, WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams)

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

function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: WorkspacePrivateEndpointConnectionsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnectionDescription, PrivateEndpointConnectionDescription[], PageSettings>

參數

resourceGroupName

string

包含服務實例的資源群組名稱。

workspaceName

string

工作區資源的名稱。

傳回