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