PrivateLinkHubPrivateLinkResourcesOperationsExtensions.Get 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.
Obtenir Private Link ressource de Private Link Hub
public static Microsoft.Azure.Management.Synapse.Models.PrivateLinkResource Get (this Microsoft.Azure.Management.Synapse.IPrivateLinkHubPrivateLinkResourcesOperations operations, string resourceGroupName, string privateLinkHubName, string privateLinkResourceName);
static member Get : Microsoft.Azure.Management.Synapse.IPrivateLinkHubPrivateLinkResourcesOperations * string * string * string -> Microsoft.Azure.Management.Synapse.Models.PrivateLinkResource
<Extension()>
Public Function Get (operations As IPrivateLinkHubPrivateLinkResourcesOperations, resourceGroupName As String, privateLinkHubName As String, privateLinkResourceName As String) As PrivateLinkResource
Paramètres
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
Retours
Remarques
Obtenir une ressource de liaison privée dans le hub de liaison privée
S’applique à
Azure SDK for .NET