PrivateEndpointConnections interface
表示 PrivateEndpointConnections 的介面。
方法
create |
更新與工作區相關聯的指定私人端點聯機狀態。 |
delete(string, string, string, Private |
刪除與工作區相關聯的指定私人端點連線。 |
get(string, string, string, Private |
取得與工作區相關聯的指定私人端點連線。 |
list(string, string, Private |
列出與工作區相關聯的所有私人端點連線。 |
方法詳細資料
createOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
更新與工作區相關聯的指定私人端點聯機狀態。
function createOrUpdate(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, properties: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- privateEndpointConnectionName
-
string
與工作區相關聯的私人端點連線名稱
- properties
- PrivateEndpointConnection
私人端點連線屬性。
選項參數。
傳回
Promise<PrivateEndpointConnection>
delete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
刪除與工作區相關聯的指定私人端點連線。
function delete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
- 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
Azure Machine Learning 工作區的名稱。
- privateEndpointConnectionName
-
string
與工作區相關聯的私人端點連線名稱
選項參數。
傳回
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
列出與工作區相關聯的所有私人端點連線。
function list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure Machine Learning 工作區的名稱。
選項參數。