SqlDatabase.UpdateStages.WithServiceObjective Interface
public interface WithServiceObjective
The SQL Database definition to set the service level objective.
Method Summary
Modifier and Type | Method and Description |
---|---|
Sql |
withServiceObjective(ServiceObjectiveName serviceLevelObjective)
Sets the service level objective for the SQL Database. |
Method Details
withServiceObjective
public Update withServiceObjective(ServiceObjectiveName serviceLevelObjective)
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java