Dela via


ManagedPrivateEndpointsOperationsExtensions.Get Method

Definition

Gets a managed private endpoint.

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

Returns

Applies to