KustoClusterResource.GetKustoManagedPrivateEndpoint 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 de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/managedPrivateEndpoints/{managedPrivateEndpointName}
- IdManagedPrivateEndpoints_Get d’opération
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)
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 devait être non vide.
managedPrivateEndpointName
a la valeur null.