ElasticPoolCreateOrUpdateParameters 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
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
- properties
- ElasticPoolCreateOrUpdateProperties