Compartir a través de


BackupsOperationsExtensions.ListByServerAsync Método

Definición

Enumere todas las copias de seguridad de un servidor determinado.

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

Parámetros

operations
IBackupsOperations

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