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
HasId.id()
HasInner<T>.inner()
HasName.name()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
HasResourceGroup.resourceGroupName()
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java