ServerUsages interface

Interface representing a ServerUsages.

Methods

listByServer(string, string, ServerUsagesListByServerOptionalParams)

Returns server usages.

Method Details

listByServer(string, string, ServerUsagesListByServerOptionalParams)

Returns server usages.

function listByServer(resourceGroupName: string, serverName: string, options?: ServerUsagesListByServerOptionalParams): PagedAsyncIterableIterator<ServerUsage, ServerUsage[], 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
ServerUsagesListByServerOptionalParams

The options parameters.

Returns