Interface SqlDatabase.DefinitionStages.WithServiceObjective<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
SqlDatabase.DefinitionStages.Blank<ParentT>
,SqlDatabase.DefinitionStages.WithAllDifferentOptions<ParentT>
,SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT>
,SqlDatabase.SqlDatabaseDefinition<ParentT>
- Enclosing interface:
- SqlDatabase.DefinitionStages
public static interface SqlDatabase.DefinitionStages.WithServiceObjective<ParentT>
The SQL Database definition to set the service level objective.
-
Method Summary
Modifier and TypeMethodDescriptionwithServiceObjective
(ServiceObjectiveName serviceLevelObjective) Deprecated.
-
Method Details
-
withServiceObjective
@Deprecated SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> withServiceObjective(ServiceObjectiveName serviceLevelObjective) 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 definition.
-