Compartilhar via


PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdateAsync Método

Definição

Aprovar ou rejeitar uma conexão de ponto de extremidade privado manualmente.

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

Parâmetros

operations
IPrivateEndpointConnectionsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

clusterName
String

O nome do cluster.

privateEndpointConnectionName
String

O nome da conexão de ponto de extremidade privado.

parameters
PrivateEndpointConnection

A conexão de ponto de extremidade privado cria ou atualiza a solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a