ServerAdvisorsOperationsExtensions.ListByServerAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma lista de assistentes de servidor.
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Advisor>> ListByServerAsync (this Microsoft.Azure.Management.Sql.IServerAdvisorsOperations operations, string resourceGroupName, string serverName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByServerAsync : Microsoft.Azure.Management.Sql.IServerAdvisorsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Advisor>>
<Extension()>
Public Function ListByServerAsync (operations As IServerAdvisorsOperations, resourceGroupName As String, serverName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Advisor))
Parâmetros
- operations
- IServerAdvisorsOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
O nome do grupo de recursos que contém o recurso. Você pode obter esse valor por meio da API do Gerenciador de Recursos do Azure ou por meio do portal.
- serverName
- String
O nome do servidor.
- expand
- String
Os recursos filho a serem incluídos na resposta.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET