PrivateEndpointConnections interface
表示 PrivateEndpointConnections 的介面。
方法
| get(string, string, string, Private |
取得私人端點連線。 |
| list |
取得伺服器上的所有私人端點連線。 |
方法詳細資料
get(string, string, string, PrivateEndpointConnectionsGetOptionalParams)
取得私人端點連線。
function get(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnection>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- serverName
-
string
伺服器的名稱。
- privateEndpointConnectionName
-
string
私人端點連線的名稱。
選項參數。
傳回
Promise<PrivateEndpointConnection>
listByServer(string, string, PrivateEndpointConnectionsListByServerOptionalParams)
取得伺服器上的所有私人端點連線。
function listByServer(resourceGroupName: string, serverName: string, options?: PrivateEndpointConnectionsListByServerOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection, PrivateEndpointConnection[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- serverName
-
string
伺服器的名稱。
選項參數。