Compartir a través de


PrivateLinkResourcesOperationsExtensions.ListByServerAsync Método

Definición

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

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

Parámetros

operations
IPrivateLinkResourcesOperations

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.

serverName
String

El nombre del servidor.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a