ServerAdvisorsOperationsExtensions.ListByServer Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste des conseillers de serveur.
public static System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Advisor> ListByServer (this Microsoft.Azure.Management.Sql.IServerAdvisorsOperations operations, string resourceGroupName, string serverName, string expand = default);
static member ListByServer : Microsoft.Azure.Management.Sql.IServerAdvisorsOperations * string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Advisor>
<Extension()>
Public Function ListByServer (operations As IServerAdvisorsOperations, resourceGroupName As String, serverName As String, Optional expand As String = Nothing) As IList(Of Advisor)
Paramètres
- operations
- IServerAdvisorsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.
- serverName
- String
Le nom du serveur
- expand
- String
Ressources enfants à inclure dans la réponse.
Retours
S’applique à
Azure SDK for .NET