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