Aracılığıyla paylaş


ElasticPoolCreateOrUpdateParameters Constructors

Definition

Overloads

ElasticPoolCreateOrUpdateParameters()

Initializes a new instance of the ElasticPoolCreateOrUpdateParameters class.

ElasticPoolCreateOrUpdateParameters(ElasticPoolCreateOrUpdateProperties)

Initializes a new instance of the ElasticPoolCreateOrUpdateParameters class with required arguments.

ElasticPoolCreateOrUpdateParameters()

Initializes a new instance of the ElasticPoolCreateOrUpdateParameters class.

public ElasticPoolCreateOrUpdateParameters ();
Public Sub New ()

Applies to

ElasticPoolCreateOrUpdateParameters(ElasticPoolCreateOrUpdateProperties)

Initializes a new instance of the ElasticPoolCreateOrUpdateParameters class with required arguments.

public ElasticPoolCreateOrUpdateParameters (Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolCreateOrUpdateParameters : Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolCreateOrUpdateProperties -> Microsoft.Azure.Management.Sql.LegacySdk.Models.ElasticPoolCreateOrUpdateParameters
Public Sub New (properties As ElasticPoolCreateOrUpdateProperties)

Parameters

Applies to