Partager via


RecommendedActionUpdateParameters Constructors

Definition

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

Applies to