你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureSqlServerAdvisorModel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AzureSqlServerAdvisorModel() |
Default Constructor |
AzureSqlServerAdvisorModel(String, String, Advisor) |
Construct AzureSqlDatabaseAdvisorModel from Management.Sql.LegacySdk.Models.Advisor object |
AzureSqlServerAdvisorModel()
Default Constructor
public AzureSqlServerAdvisorModel ();
Public Sub New ()
Applies to
AzureSqlServerAdvisorModel(String, String, Advisor)
Construct AzureSqlDatabaseAdvisorModel from Management.Sql.LegacySdk.Models.Advisor object
public AzureSqlServerAdvisorModel (string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.LegacySdk.Models.Advisor advisor);
new Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel : string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.Advisor -> Microsoft.Azure.Commands.Sql.Advisor.Model.AzureSqlServerAdvisorModel
Public Sub New (resourceGroupName As String, serverName As String, advisor As Advisor)
Parameters
- resourceGroupName
- String
Resource group
- serverName
- String
Server name
- advisor
- Advisor
Advisor object