Freigeben über


KustoClusterResource.GetKustoManagedPrivateEndpoint Methode

Definition

Ruft einen verwalteten privaten Endpunkt ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • Vorgangs-IdManagedPrivateEndpoints_Get
public virtual Azure.Response<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource> GetKustoManagedPrivateEndpoint (string managedPrivateEndpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetKustoManagedPrivateEndpoint : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>
override this.GetKustoManagedPrivateEndpoint : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>
Public Overridable Function GetKustoManagedPrivateEndpoint (managedPrivateEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KustoManagedPrivateEndpointResource)

Parameter

managedPrivateEndpointName
String

Der Name des verwalteten privaten Endpunkts.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

managedPrivateEndpointName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

managedPrivateEndpointName ist NULL.

Gilt für: