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

PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdateAsync 方法

定义

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection> CreateOrUpdateAsync (this Microsoft.Azure.Management.Purview.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string accountName, string privateEndpointConnectionName, Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection request, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Purview.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Purview.Models.PrivateEndpointConnection>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, accountName As String, privateEndpointConnectionName As String, request As PrivateEndpointConnection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)

参数

operations
IPrivateEndpointConnectionsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组名称。

accountName
String

帐户的名称。

privateEndpointConnectionName
String

专用终结点连接的名称。

request
PrivateEndpointConnection

请求。

cancellationToken
CancellationToken

取消标记。

返回

注解

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

适用于