UpgradeHint Class
- java.
lang. Object - com.
microsoft. azure. management. sql. UpgradeHint
- com.
public class UpgradeHint
Represents a Upgrade Hint.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
targetServiceLevelObjective()
Get the targetServiceLevelObjective value. |
UUID |
targetServiceLevelObjectiveId()
Get the targetServiceLevelObjectiveId value. |
Upgrade |
withTargetServiceLevelObjective(String targetServiceLevelObjective)
Set the targetServiceLevelObjective value. |
Upgrade |
withTargetServiceLevelObjectiveId(UUID targetServiceLevelObjectiveId)
Set the targetServiceLevelObjectiveId value. |
Method Details
targetServiceLevelObjective
public String targetServiceLevelObjective()
Get the targetServiceLevelObjective value.
Returns:
targetServiceLevelObjectiveId
public UUID targetServiceLevelObjectiveId()
Get the targetServiceLevelObjectiveId value.
Returns:
withTargetServiceLevelObjective
public UpgradeHint withTargetServiceLevelObjective(String targetServiceLevelObjective)
Set the targetServiceLevelObjective value.
Parameters:
Returns:
withTargetServiceLevelObjectiveId
public UpgradeHint withTargetServiceLevelObjectiveId(UUID targetServiceLevelObjectiveId)
Set the targetServiceLevelObjectiveId value.
Parameters:
Returns:
Applies to
Azure SDK for Java