Compartir a través de


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

Devoluciones

Comentarios

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

Se aplica a