AdvisorUpdateParameters 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
AdvisorUpdateParameters() |
Initializes a new instance of the AdvisorUpdateParameters class. |
AdvisorUpdateParameters(AdvisorUpdateProperties) |
Initializes a new instance of the AdvisorUpdateParameters class with required arguments. |
AdvisorUpdateParameters()
Initializes a new instance of the AdvisorUpdateParameters class.
public AdvisorUpdateParameters ();
Public Sub New ()
Applies to
AdvisorUpdateParameters(AdvisorUpdateProperties)
Initializes a new instance of the AdvisorUpdateParameters class with required arguments.
public AdvisorUpdateParameters (Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorUpdateProperties properties);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorUpdateParameters : Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorUpdateProperties -> Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorUpdateParameters
Public Sub New (properties As AdvisorUpdateProperties)
Parameters
- properties
- AdvisorUpdateProperties