UpgradeHintInterface Interface

public interface UpgradeHintInterface extends HasInner

An immutable client-side representation of an Azure SQL database's Upgrade hint.

Method Summary

Modifier and Type Method and Description
String targetServiceLevelObjective()
UUID targetServiceLevelObjectiveId()

Inherited Members

Method Details

targetServiceLevelObjective

public String targetServiceLevelObjective()

Returns:

Target ServiceLevelObjective for upgrade hint.

targetServiceLevelObjectiveId

public UUID targetServiceLevelObjectiveId()

Returns:

Target ServiceLevelObjectiveId for upgrade hint.

Applies to