Compartir a través de


PrivateLinkHubPrivateLinkResourcesOperationsExtensions.List Método

Definición

Recursos de Private Link

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.PrivateLinkResource> List (this Microsoft.Azure.Management.Synapse.IPrivateLinkHubPrivateLinkResourcesOperations operations, string resourceGroupName, string privateLinkHubName);
static member List : Microsoft.Azure.Management.Synapse.IPrivateLinkHubPrivateLinkResourcesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.PrivateLinkResource>
<Extension()>
Public Function List (operations As IPrivateLinkHubPrivateLinkResourcesOperations, resourceGroupName As String, privateLinkHubName As String) As IPage(Of 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.

Devoluciones

Comentarios

Obtención de todos los recursos de private link para un centro de private link

Se aplica a