Compartir a través de


PrivateEndpointConnectionsOperationsExtensions.BeginCreateOrUpdateAsync 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> BeginCreateOrUpdateAsync (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 BeginCreateOrUpdateAsync : 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 BeginCreateOrUpdateAsync (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

El grupo de operaciones de 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 del punto de conexión privado.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a