PrivateEndpointConnections interface
表示 PrivateEndpointConnections 的介面。
方法
方法詳細資料
beginApprove(string, string, string, PrivateEndpointConnectionsApproveOptionalParams)
手動核准私人端點連線
function beginApprove(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsApproveOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsApproveResponse>, PrivateEndpointConnectionsApproveResponse>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure 受控 Grafana 的工作區名稱。
- privateEndpointConnectionName
-
string
Azure 受控 Grafana 的私人端點連線名稱。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnectionsApproveResponse>, PrivateEndpointConnectionsApproveResponse>>
beginApproveAndWait(string, string, string, PrivateEndpointConnectionsApproveOptionalParams)
手動核准私人端點連線
function beginApproveAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsApproveOptionalParams): Promise<PrivateEndpointConnectionsApproveResponse>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure 受控 Grafana 的工作區名稱。
- privateEndpointConnectionName
-
string
Azure 受控 Grafana 的私人端點連線名稱。
選項參數。
傳回
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
刪除私人端點連線
function beginDelete(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure 受控 Grafana 的工作區名稱。
- privateEndpointConnectionName
-
string
Azure 受控 Grafana 的私人端點連線名稱。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteHeaders>, PrivateEndpointConnectionsDeleteHeaders>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
刪除私人端點連線
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteHeaders>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure 受控 Grafana 的工作區名稱。
- privateEndpointConnectionName
-
string
Azure 受控 Grafana 的私人端點連線名稱。
選項參數。
傳回
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
取得私人端點連線。
function get(resourceGroupName: string, workspaceName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure 受控 Grafana 的工作區名稱。
- privateEndpointConnectionName
-
string
Azure 受控 Grafana 的私人端點連線名稱。
選項參數。
傳回
Promise<PrivateEndpointConnection>
list(string, string, PrivateEndpointConnectionsListOptionalParams)
取得私人端點連線
function list(resourceGroupName: string, workspaceName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- workspaceName
-
string
Azure 受控 Grafana 的工作區名稱。
選項參數。