RecommendedDatabaseProperties Class

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

public class RecommendedDatabaseProperties

Represents the properties of a recommended Azure SQL Database being upgraded.

Method Summary

Modifier and Type Method and Description
String name()

Get the name value.

TargetDatabaseEditions targetEdition()

Get the targetEdition value.

String targetServiceLevelObjective()

Get the targetServiceLevelObjective value.

RecommendedDatabaseProperties withName(String name)

Set the name value.

RecommendedDatabaseProperties withTargetEdition(TargetDatabaseEditions targetEdition)

Set the targetEdition value.

RecommendedDatabaseProperties withTargetServiceLevelObjective(String targetServiceLevelObjective)

Set the targetServiceLevelObjective value.

Method Details

name

public String name()

Get the name value.

Returns:

the name value

targetEdition

public TargetDatabaseEditions targetEdition()

Get the targetEdition value.

Returns:

the targetEdition value

targetServiceLevelObjective

public String targetServiceLevelObjective()

Get the targetServiceLevelObjective value.

Returns:

the targetServiceLevelObjective value

withName

public RecommendedDatabaseProperties withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the RecommendedDatabaseProperties object itself.

withTargetEdition

public RecommendedDatabaseProperties withTargetEdition(TargetDatabaseEditions targetEdition)

Set the targetEdition value.

Parameters:

targetEdition - the targetEdition value to set

Returns:

the RecommendedDatabaseProperties object itself.

withTargetServiceLevelObjective

public RecommendedDatabaseProperties withTargetServiceLevelObjective(String targetServiceLevelObjective)

Set the targetServiceLevelObjective value.

Parameters:

targetServiceLevelObjective - the targetServiceLevelObjective value to set

Returns:

the RecommendedDatabaseProperties object itself.

Applies to