Compartir a través de


PrivateLinkHubPrivateLinkResourcesOperationsExtensions.Get Método

Definición

Obtener Private Link Recurso 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

Parámetros

operations
IPrivateLinkHubPrivateLinkResourcesOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

privateLinkHubName
String

Nombre del centro de private link.

privateLinkResourceName
String

Nombre del recurso de vínculo privado

Devoluciones

Comentarios

Obtención del recurso private link en el centro de private link

Se aplica a