Share via


PrivateEndpointConnectionsOperationsExtensions.BeginCreateOrUpdate Method

Definition

Approve or reject a private endpoint connection manually.

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

Parameters

operations
IPrivateEndpointConnectionsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

clusterName
String

The name of the cluster.

privateEndpointConnectionName
String

The name of the private endpoint connection.

parameters
PrivateEndpointConnection

The private endpoint connection create or update request.

Returns

Applies to