ServiceObjectives interface

Interface representing a ServiceObjectives.

Methods

get(string, string, string, ServiceObjectivesGetOptionalParams)

Gets a database service objective.

listByServer(string, string, ServiceObjectivesListByServerOptionalParams)

Returns database service objectives.

Method Details

get(string, string, string, ServiceObjectivesGetOptionalParams)

Gets a database service objective.

function get(resourceGroupName: string, serverName: string, serviceObjectiveName: string, options?: ServiceObjectivesGetOptionalParams): Promise<ServiceObjective>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

serviceObjectiveName

string

The name of the service objective to retrieve.

options
ServiceObjectivesGetOptionalParams

The options parameters.

Returns

Promise<ServiceObjective>

listByServer(string, string, ServiceObjectivesListByServerOptionalParams)

Returns database service objectives.

function listByServer(resourceGroupName: string, serverName: string, options?: ServiceObjectivesListByServerOptionalParams): PagedAsyncIterableIterator<ServiceObjective, ServiceObjective[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

options
ServiceObjectivesListByServerOptionalParams

The options parameters.

Returns