Compartir a través de


PrivateLinkResourcesOperationsExtensions.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.IPrivateLinkResourcesOperations operations, string resourceGroupName, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Synapse.IPrivateLinkResourcesOperations * 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 IPrivateLinkResourcesOperations, resourceGroupName As String, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of PrivateLinkResource))

Parámetros

operations
IPrivateLinkResourcesOperations

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.

workspaceName
String

El nombre del área de trabajo

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Obtención de todos los recursos de Private Link para áreas de trabajo

Se aplica a