Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdateAsync Método

Definición

Apruebe o rechace una conexión de punto de conexión privado con un nombre determinado.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.PrivateEndpointConnection> CreateOrUpdateAsync (this Microsoft.Azure.Management.Kusto.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string clusterName, string privateEndpointConnectionName, Microsoft.Azure.Management.Kusto.Models.PrivateEndpointConnection parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Kusto.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.PrivateEndpointConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.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

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos que contiene el clúster de Kusto.

clusterName
String

Nombre del clúster de Kusto.

privateEndpointConnectionName
String

Nombre de la conexión de punto de conexión privado.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a