Interface SqlDatabaseOperations.DefinitionStages.WithServiceObjective
- All Known Subinterfaces:
SqlDatabaseOperations.DefinitionStages.Blank
,SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions
,SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions
,SqlDatabaseOperations.SqlDatabaseOperationsDefinition
- Enclosing interface:
- SqlDatabaseOperations.DefinitionStages
public static interface SqlDatabaseOperations.DefinitionStages.WithServiceObjective
The SQL Database definition to set the service level objective.
-
Method Summary
Modifier and TypeMethodDescriptionwithServiceObjective
(ServiceObjectiveName serviceLevelObjective) Sets the service level objective for the SQL Database.
-
Method Details
-
withServiceObjective
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions 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 definition.
-