Interface SqlDatabase.UpdateStages.WithServiceObjective
- All Known Subinterfaces:
SqlDatabase.Update
- Enclosing interface:
- SqlDatabase.UpdateStages
public static interface SqlDatabase.UpdateStages.WithServiceObjective
The SQL Database definition to set the service level objective.
-
Method Summary
Modifier and TypeMethodDescriptionwithServiceObjective
(ServiceObjectiveName serviceLevelObjective) Deprecated.
-
Method Details
-
withServiceObjective
Deprecated.Sets the service level objective for the SQL Database.- Parameters:
serviceLevelObjective
- service level objected for the SQL Database- Returns:
- The next stage of the update.
-