Partager via


RecommendedActionUpdateProperties Constructors

Definition

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)

Parameters

Applies to