Dela via


ManagedPrivateEndpointsOperationsExtensions.BeginCreateOrUpdate Method

Definition

Creates a managed private endpoint.

public static Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint BeginCreateOrUpdate (this Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations operations, string resourceGroupName, string clusterName, string managedPrivateEndpointName, Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint parameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint -> Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint
<Extension()>
Public Function BeginCreateOrUpdate (operations As IManagedPrivateEndpointsOperations, resourceGroupName As String, clusterName As String, managedPrivateEndpointName As String, parameters As ManagedPrivateEndpoint) As ManagedPrivateEndpoint

Parameters

operations
IManagedPrivateEndpointsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group containing the Kusto cluster.

clusterName
String

The name of the Kusto cluster.

managedPrivateEndpointName
String

The name of the managed private endpoint.

parameters
ManagedPrivateEndpoint

The managed private endpoint parameters.

Returns

Applies to