你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate 方法

定义

批准/拒绝专用终结点连接请求。

public static Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection CreateOrUpdate (this Microsoft.Azure.Management.Purview.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection request);
static member CreateOrUpdate : Microsoft.Azure.Management.Purview.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, accountName As String, privateEndpointConnectionName As String, request As PrivateEndpointConnection) As PrivateEndpointConnection

参数

operations
IPrivateEndpointConnectionsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组名称。

accountName
String

帐户的名称。

privateEndpointConnectionName
String

专用终结点连接的名称。

request
PrivateEndpointConnection

请求。

返回

注解

创建或更新专用终结点连接

适用于