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