KustoClusterResource.GetKustoManagedPrivateEndpointAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un point de terminaison privé managé.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
- IdManagedPrivateEndpoints_Get d’opération
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))
Paramètres
- managedPrivateEndpointName
- String
Nom du point de terminaison privé managé.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
managedPrivateEndpointName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
managedPrivateEndpointName
a la valeur null.