ServiceObjective Interface

public interface ServiceObjective extends HasInner,Refreshable,HasResourceGroup,HasName,HasId,HasInner,Refreshable,HasResourceGroup,HasName,HasId

An immutable client-side representation of an Azure SQL Service Objective.

Method Summary

Modifier and Type Method and Description
String description()
boolean enabled()
boolean isDefault()
boolean isSystem()
String serviceObjectiveName()
String sqlServerName()

Inherited Members

Method Details

description

public String description()

Returns:

the description for the service level objective

enabled

public boolean enabled()

Returns:

whether the service level objective is enabled

isDefault

public boolean isDefault()

Returns:

whether the service level objective is the default service objective

isSystem

public boolean isSystem()

Returns:

whether the service level objective is a system service objective

serviceObjectiveName

public String serviceObjectiveName()

Returns:

the name for the service objective.

sqlServerName

public String sqlServerName()

Returns:

name of the SQL Server to which this service objective belongs

Applies to