UpgradeRecommendedElasticPoolProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.UpgradeRecommendedElasticPoolProperties

public class UpgradeRecommendedElasticPoolProperties

Represents the properties of a Azure SQL Recommended Elastic Pool being upgraded.

Method Summary

Modifier and Type Method and Description
List<String> databaseCollection()

Get the databaseCollection value.

Integer databaseDtuMax()

Get the databaseDtuMax value.

Integer databaseDtuMin()

Get the databaseDtuMin value.

Integer dtu()

Get the dtu value.

TargetElasticPoolEditions edition()

Get the edition value.

Boolean includeAllDatabases()

Get the includeAllDatabases value.

String name()

Get the name value.

Integer storageMb()

Get the storageMb value.

UpgradeRecommendedElasticPoolProperties withDatabaseCollection(List<String> databaseCollection)

Set the databaseCollection value.

UpgradeRecommendedElasticPoolProperties withDatabaseDtuMax(Integer databaseDtuMax)

Set the databaseDtuMax value.

UpgradeRecommendedElasticPoolProperties withDatabaseDtuMin(Integer databaseDtuMin)

Set the databaseDtuMin value.

UpgradeRecommendedElasticPoolProperties withDtu(Integer dtu)

Set the dtu value.

UpgradeRecommendedElasticPoolProperties withEdition(TargetElasticPoolEditions edition)

Set the edition value.

UpgradeRecommendedElasticPoolProperties withIncludeAllDatabases(Boolean includeAllDatabases)

Set the includeAllDatabases value.

UpgradeRecommendedElasticPoolProperties withName(String name)

Set the name value.

UpgradeRecommendedElasticPoolProperties withStorageMb(Integer storageMb)

Set the storageMb value.

Method Details

databaseCollection

public List databaseCollection()

Get the databaseCollection value.

Returns:

the databaseCollection value

databaseDtuMax

public Integer databaseDtuMax()

Get the databaseDtuMax value.

Returns:

the databaseDtuMax value

databaseDtuMin

public Integer databaseDtuMin()

Get the databaseDtuMin value.

Returns:

the databaseDtuMin value

dtu

public Integer dtu()

Get the dtu value.

Returns:

the dtu value

edition

public TargetElasticPoolEditions edition()

Get the edition value.

Returns:

the edition value

includeAllDatabases

public Boolean includeAllDatabases()

Get the includeAllDatabases value.

Returns:

the includeAllDatabases value

name

public String name()

Get the name value.

Returns:

the name value

storageMb

public Integer storageMb()

Get the storageMb value.

Returns:

the storageMb value

withDatabaseCollection

public UpgradeRecommendedElasticPoolProperties withDatabaseCollection(List databaseCollection)

Set the databaseCollection value.

Parameters:

databaseCollection - the databaseCollection value to set

Returns:

the UpgradeRecommendedElasticPoolProperties object itself.

withDatabaseDtuMax

public UpgradeRecommendedElasticPoolProperties withDatabaseDtuMax(Integer databaseDtuMax)

Set the databaseDtuMax value.

Parameters:

databaseDtuMax - the databaseDtuMax value to set

Returns:

the UpgradeRecommendedElasticPoolProperties object itself.

withDatabaseDtuMin

public UpgradeRecommendedElasticPoolProperties withDatabaseDtuMin(Integer databaseDtuMin)

Set the databaseDtuMin value.

Parameters:

databaseDtuMin - the databaseDtuMin value to set

Returns:

the UpgradeRecommendedElasticPoolProperties object itself.

withDtu

public UpgradeRecommendedElasticPoolProperties withDtu(Integer dtu)

Set the dtu value.

Parameters:

dtu - the dtu value to set

Returns:

the UpgradeRecommendedElasticPoolProperties object itself.

withEdition

public UpgradeRecommendedElasticPoolProperties withEdition(TargetElasticPoolEditions edition)

Set the edition value.

Parameters:

edition - the edition value to set

Returns:

the UpgradeRecommendedElasticPoolProperties object itself.

withIncludeAllDatabases

public UpgradeRecommendedElasticPoolProperties withIncludeAllDatabases(Boolean includeAllDatabases)

Set the includeAllDatabases value.

Parameters:

includeAllDatabases - the includeAllDatabases value to set

Returns:

the UpgradeRecommendedElasticPoolProperties object itself.

withName

public UpgradeRecommendedElasticPoolProperties withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the UpgradeRecommendedElasticPoolProperties object itself.

withStorageMb

public UpgradeRecommendedElasticPoolProperties withStorageMb(Integer storageMb)

Set the storageMb value.

Parameters:

storageMb - the storageMb value to set

Returns:

the UpgradeRecommendedElasticPoolProperties object itself.

Applies to