KustoClusterResource.GetKustoPrivateLinkResource 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 une ressource de liaison privée.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/privateLinkResources/{privateLinkResourceName}
- IdPrivateLinkResources_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.Kusto.KustoPrivateLinkResource> GetKustoPrivateLinkResource (string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetKustoPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoPrivateLinkResource>
override this.GetKustoPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Kusto.KustoPrivateLinkResource>
Public Overridable Function GetKustoPrivateLinkResource (privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KustoPrivateLinkResource)
Paramètres
- privateLinkResourceName
- String
Nom de la ressource de liaison privée.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
privateLinkResourceName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
privateLinkResourceName
a la valeur null.