UpgradeHint Class

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

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.

UpgradeHint withTargetServiceLevelObjective(String targetServiceLevelObjective)

Set the targetServiceLevelObjective value.

UpgradeHint withTargetServiceLevelObjectiveId(UUID targetServiceLevelObjectiveId)

Set the targetServiceLevelObjectiveId value.

Method Details

targetServiceLevelObjective

public String targetServiceLevelObjective()

Get the targetServiceLevelObjective value.

Returns:

the targetServiceLevelObjective value

targetServiceLevelObjectiveId

public UUID targetServiceLevelObjectiveId()

Get the targetServiceLevelObjectiveId value.

Returns:

the targetServiceLevelObjectiveId value

withTargetServiceLevelObjective

public UpgradeHint withTargetServiceLevelObjective(String targetServiceLevelObjective)

Set the targetServiceLevelObjective value.

Parameters:

targetServiceLevelObjective - the targetServiceLevelObjective value to set

Returns:

the UpgradeHint object itself.

withTargetServiceLevelObjectiveId

public UpgradeHint withTargetServiceLevelObjectiveId(UUID targetServiceLevelObjectiveId)

Set the targetServiceLevelObjectiveId value.

Parameters:

targetServiceLevelObjectiveId - the targetServiceLevelObjectiveId value to set

Returns:

the UpgradeHint object itself.

Applies to