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

PrivateEndpointConnectionsOperationsExtensions.BeginCreateOrUpdate 方法

定义

手动批准或拒绝专用终结点连接。

public static Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection BeginCreateOrUpdate (this Microsoft.Azure.Management.HDInsight.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string clusterName, string privateEndpointConnectionName, Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.HDInsight.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.HDInsight.Models.PrivateEndpointConnection
<Extension()>
Public Function BeginCreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, clusterName As String, privateEndpointConnectionName As String, parameters As PrivateEndpointConnection) As PrivateEndpointConnection

参数

operations
IPrivateEndpointConnectionsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。

clusterName
String

群集的名称。

privateEndpointConnectionName
String

专用终结点连接的名称。

parameters
PrivateEndpointConnection

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

返回

适用于