Kusto.ManagedPrivateEndpointsGetWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IManagedPrivateEndpoint> ManagedPrivateEndpointsGetWithResult(string subscriptionId, string resourceGroupName, string clusterName, string managedPrivateEndpointName, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync sender);
member this.ManagedPrivateEndpointsGetWithResult : string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IManagedPrivateEndpoint>
Public Function ManagedPrivateEndpointsGetWithResult (subscriptionId As String, resourceGroupName As String, clusterName As String, managedPrivateEndpointName As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IManagedPrivateEndpoint)

Parameters

subscriptionId
String
resourceGroupName
String
clusterName
String
managedPrivateEndpointName
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to