Partager via


PrivateLinkHubPrivateLinkResourcesOperationsExtensions.GetAsync Méthode

Définition

Obtenir Private Link ressource de Private Link Hub

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.PrivateLinkResource> GetAsync (this Microsoft.Azure.Management.Synapse.IPrivateLinkHubPrivateLinkResourcesOperations operations, string resourceGroupName, string privateLinkHubName, string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Synapse.IPrivateLinkHubPrivateLinkResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.PrivateLinkResource>
<Extension()>
Public Function GetAsync (operations As IPrivateLinkHubPrivateLinkResourcesOperations, resourceGroupName As String, privateLinkHubName As String, privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateLinkResource)

Paramètres

operations
IPrivateLinkHubPrivateLinkResourcesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

privateLinkHubName
String

Nom du hub de liaison privée

privateLinkResourceName
String

Nom de la ressource de liaison privée

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Obtenir une ressource de liaison privée dans le hub de liaison privée

S’applique à