Freigeben über


KustoManagedPrivateEndpointCollection.GetAsync Methode

Definition

Ruft einen verwalteten privaten Endpunkt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
  • Vorgang IdManagedPrivateEndpoints_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>> GetAsync (string managedPrivateEndpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Kusto.KustoManagedPrivateEndpointResource>>
Public Overridable Function GetAsync (managedPrivateEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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: