SqlDatabase.DefinitionStages.WithServiceObjective<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface SqlDatabase.DefinitionStages.WithServiceObjective

The SQL Database definition to set the service level objective.

Method Summary

Modifier and Type Method and Description
abstract WithAttachAllOptions<ParentT> withServiceObjective(ServiceObjectiveName serviceLevelObjective)

Sets the service level objective for the SQL Database.

Method Details

withServiceObjective


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

Applies to