public class UpgradeRecommendedElasticPoolProperties extends Object
| Constructor and Description |
|---|
UpgradeRecommendedElasticPoolProperties() |
public UpgradeRecommendedElasticPoolProperties()
public String name()
public UpgradeRecommendedElasticPoolProperties withName(String name)
name - the name value to setpublic TargetElasticPoolEditions edition()
public UpgradeRecommendedElasticPoolProperties withEdition(TargetElasticPoolEditions edition)
edition - the edition value to setpublic Integer dtu()
public UpgradeRecommendedElasticPoolProperties withDtu(Integer dtu)
dtu - the dtu value to setpublic Integer storageMb()
public UpgradeRecommendedElasticPoolProperties withStorageMb(Integer storageMb)
storageMb - the storageMb value to setpublic Integer databaseDtuMin()
public UpgradeRecommendedElasticPoolProperties withDatabaseDtuMin(Integer databaseDtuMin)
databaseDtuMin - the databaseDtuMin value to setpublic Integer databaseDtuMax()
public UpgradeRecommendedElasticPoolProperties withDatabaseDtuMax(Integer databaseDtuMax)
databaseDtuMax - the databaseDtuMax value to setpublic List<String> databaseCollection()
public UpgradeRecommendedElasticPoolProperties withDatabaseCollection(List<String> databaseCollection)
databaseCollection - the databaseCollection value to setpublic Boolean includeAllDatabases()
public UpgradeRecommendedElasticPoolProperties withIncludeAllDatabases(Boolean includeAllDatabases)
includeAllDatabases - the includeAllDatabases value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/