你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateEndpointConnections interface
表示 PrivateEndpointConnections 的接口。
方法
方法详细信息
beginCreateOrUpdate(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
批准或拒绝具有给定名称的专用终结点连接。
function beginCreateOrUpdate(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- serverName
-
string
服务器的名称。
- privateEndpointConnectionName
-
string
- parameters
- PrivateEndpointConnection
专用终结点连接
选项参数。
返回
Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginCreateOrUpdateAndWait(string, string, string, PrivateEndpointConnection, PrivateEndpointConnectionsCreateOrUpdateOptionalParams)
批准或拒绝具有给定名称的专用终结点连接。
function beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnection>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- serverName
-
string
服务器的名称。
- privateEndpointConnectionName
-
string
- parameters
- PrivateEndpointConnection
专用终结点连接
选项参数。
返回
Promise<PrivateEndpointConnection>
beginDelete(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
删除具有给定名称的专用终结点连接。
function beginDelete(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- serverName
-
string
服务器的名称。
- privateEndpointConnectionName
-
string
选项参数。
返回
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, PrivateEndpointConnectionsDeleteOptionalParams)
删除具有给定名称的专用终结点连接。
function beginDeleteAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- serverName
-
string
服务器的名称。
- privateEndpointConnectionName
-
string
选项参数。
返回
Promise<void>
beginUpdateTags(string, string, string, TagsObject, PrivateEndpointConnectionsUpdateTagsOptionalParams)
汇报具有指定标记的专用终结点连接。
function beginUpdateTags(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: TagsObject, options?: PrivateEndpointConnectionsUpdateTagsOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- serverName
-
string
服务器的名称。
- privateEndpointConnectionName
-
string
- parameters
- TagsObject
提供给“更新专用终结点连接标记”操作的参数。
选项参数。
返回
Promise<PollerLike<@azure/core-lro.PollOperationState<PrivateEndpointConnection>, PrivateEndpointConnection>>
beginUpdateTagsAndWait(string, string, string, TagsObject, PrivateEndpointConnectionsUpdateTagsOptionalParams)
汇报具有指定标记的专用终结点连接。
function beginUpdateTagsAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: TagsObject, options?: PrivateEndpointConnectionsUpdateTagsOptionalParams): Promise<PrivateEndpointConnection>
参数
- resourceGroupName
-
string
资源组的名称。 此名称不区分大小写。
- serverName
-
string
服务器的名称。
- privateEndpointConnectionName
-
string
- parameters
- TagsObject
提供给“更新专用终结点连接标记”操作的参数。
选项参数。
返回
Promise<PrivateEndpointConnection>
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
服务器的名称。
选项参数。