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