Compartir a través de


KustoClusterResource.GetKustoManagedPrivateEndpointAsync Método

Definición

Obtiene un punto de conexión privado administrado.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • IdManagedPrivateEndpoints_Get de operación
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>> GetKustoManagedPrivateEndpointAsync (string managedPrivateEndpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetKustoManagedPrivateEndpointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>>
override this.GetKustoManagedPrivateEndpointAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>>
Public Overridable Function GetKustoManagedPrivateEndpointAsync (managedPrivateEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of KustoManagedPrivateEndpointResource))

Parámetros

managedPrivateEndpointName
String

Nombre del punto de conexión privado administrado.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

managedPrivateEndpointName es una cadena vacía y se espera que no esté vacía.

managedPrivateEndpointName es null.

Se aplica a