다음을 통해 공유


RecommendedIndexUpdateParameters Constructors

Definition

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

Applies to