SqlDatabase.UpdateStages.WithServiceObjective Interface

public static interface SqlDatabase.UpdateStages.WithServiceObjective

The SQL Database definition to set the service level objective.

Method Summary

Modifier and Type Method and Description
abstract Update withServiceObjective(ServiceObjectiveName serviceLevelObjective)

Sets the service level objective for the SQL Database.

Method Details

withServiceObjective


public abstract SqlDatabase.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