Compartir a través de


PrivateLinkResourcesOperationsExtensions.ListByServer Método

Definición

Obtiene los recursos de vínculo privado para el servidor MySQL.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.PrivateLinkResource> ListByServer (this Microsoft.Azure.Management.MySQL.IPrivateLinkResourcesOperations operations, string resourceGroupName, string serverName);
static member ListByServer : Microsoft.Azure.Management.MySQL.IPrivateLinkResourcesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.PrivateLinkResource>
<Extension()>
Public Function ListByServer (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, serverName 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.

serverName
String

El nombre del servidor.

Devoluciones

Se aplica a