Freigeben über


ManagedPrivateEndpointsOperationsExtensions.GetAsync Methode

Definition

Ruft einen verwalteten privaten Endpunkt ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint> GetAsync (this Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations operations, string resourceGroupName, string clusterName, string managedPrivateEndpointName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Kusto.IManagedPrivateEndpointsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ManagedPrivateEndpoint>
<Extension()>
Public Function GetAsync (operations As IManagedPrivateEndpointsOperations, resourceGroupName As String, clusterName As String, managedPrivateEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedPrivateEndpoint)

Parameter

operations
IManagedPrivateEndpointsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Kusto-Cluster enthält.

clusterName
String

Der Name des Kusto-Clusters.

managedPrivateEndpointName
String

Der Name des verwalteten privaten Endpunkts.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: