Compartir a través de


PrivateLinkHubPrivateLinkResourcesOperationsExtensions.ListAsync Método

Definición

Recursos de Private Link

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

Parámetros

operations
IPrivateLinkHubPrivateLinkResourcesOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

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

privateLinkHubName
String

El nombre del centro de private link

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

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

Se aplica a