Dela via


ManagedPrivateEndpointsOperationsExtensions.BeginUpdate Method

Definition

Updates a managed private endpoint.

public static Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint BeginUpdate (this Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations operations, string resourceGroupName, string clusterName, string managedPrivateEndpointName, Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint parameters);
static member BeginUpdate : Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint -> Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint
<Extension()>
Public Function BeginUpdate (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