Partager via


LogFilesOperationsExtensions.ListByServerAsync Méthode

Définition

Répertoriez tous les fichiers journaux dans un serveur donné.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.PostgreSQL.Models.LogFile>> ListByServerAsync (this Microsoft.Azure.Management.PostgreSQL.ILogFilesOperations operations, string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken = default);
static member ListByServerAsync : Microsoft.Azure.Management.PostgreSQL.ILogFilesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.PostgreSQL.Models.LogFile>>
<Extension()>
Public Function ListByServerAsync (operations As ILogFilesOperations, resourceGroupName As String, serverName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of LogFile))

Paramètres

operations
ILogFilesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

serverName
String

Le nom du serveur

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à