UpgradeRecommendedElasticPoolProperties Class
- java.
lang. Object - com.
microsoft. azure. management. sql. UpgradeRecommendedElasticPoolProperties
- com.
public class UpgradeRecommendedElasticPoolProperties
Represents the properties of a Azure SQL Recommended Elastic Pool being upgraded.
Method Summary
Method Details
databaseCollection
public List
Get the databaseCollection value.
Returns:
databaseDtuMax
public Integer databaseDtuMax()
Get the databaseDtuMax value.
Returns:
databaseDtuMin
public Integer databaseDtuMin()
Get the databaseDtuMin value.
Returns:
dtu
public Integer dtu()
Get the dtu value.
Returns:
edition
public TargetElasticPoolEditions edition()
Get the edition value.
Returns:
includeAllDatabases
public Boolean includeAllDatabases()
Get the includeAllDatabases value.
Returns:
name
public String name()
Get the name value.
Returns:
storageMb
public Integer storageMb()
Get the storageMb value.
Returns:
withDatabaseCollection
public UpgradeRecommendedElasticPoolProperties withDatabaseCollection(List
Set the databaseCollection value.
Parameters:
Returns:
withDatabaseDtuMax
public UpgradeRecommendedElasticPoolProperties withDatabaseDtuMax(Integer databaseDtuMax)
Set the databaseDtuMax value.
Parameters:
Returns:
withDatabaseDtuMin
public UpgradeRecommendedElasticPoolProperties withDatabaseDtuMin(Integer databaseDtuMin)
Set the databaseDtuMin value.
Parameters:
Returns:
withDtu
public UpgradeRecommendedElasticPoolProperties withDtu(Integer dtu)
Set the dtu value.
Parameters:
Returns:
withEdition
public UpgradeRecommendedElasticPoolProperties withEdition(TargetElasticPoolEditions edition)
Set the edition value.
Parameters:
Returns:
withIncludeAllDatabases
public UpgradeRecommendedElasticPoolProperties withIncludeAllDatabases(Boolean includeAllDatabases)
Set the includeAllDatabases value.
Parameters:
Returns:
withName
public UpgradeRecommendedElasticPoolProperties withName(String name)
Set the name value.
Parameters:
Returns:
withStorageMb
public UpgradeRecommendedElasticPoolProperties withStorageMb(Integer storageMb)
Set the storageMb value.
Parameters:
Returns:
Applies to
Azure SDK for Java