Class AzureSqlElasticPools
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Azure SQL elastic pools.
public class AzureSqlElasticPools : BypassSection
- Inheritance
-
AzureSqlElasticPools
- Inherited Members
Constructors
AzureSqlElasticPools()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureSqlElasticPools class.
public AzureSqlElasticPools()
Properties
Items
Gets or sets the items in the collection.
public AzureSqlElasticPoolCollection Items { get; set; }
Property Value
Methods
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.AzureSqlElasticPools class from the specified XML.
public static AzureSqlElasticPools FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- AzureSqlElasticPools
A CENTREL.XIA.Configuration.Types.AzureSqlElasticPools class.
ToString()
Returns the SQL elastic pools as a human readable string.
public override string ToString()
Returns
- string
The SQL elastic pools as a human readable string.