ErrorSummaries interface

Interface representing a ErrorSummaries.

Methods

get(string, string, string, ErrorSummariesGetOptionalParams)

Gets the ErrorSummaries resource.

listBySite(string, string, ErrorSummariesListBySiteOptionalParams)

Lists the ErrorSummaries resource in springbootsites.

Method Details

get(string, string, string, ErrorSummariesGetOptionalParams)

Gets the ErrorSummaries resource.

function get(resourceGroupName: string, siteName: string, errorSummaryName: string, options?: ErrorSummariesGetOptionalParams): Promise<ErrorSummary>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

siteName

string

The springbootsites name.

errorSummaryName

string

The name of error summary

options
ErrorSummariesGetOptionalParams

The options parameters.

Returns

Promise<ErrorSummary>

listBySite(string, string, ErrorSummariesListBySiteOptionalParams)

Lists the ErrorSummaries resource in springbootsites.

function listBySite(resourceGroupName: string, siteName: string, options?: ErrorSummariesListBySiteOptionalParams): PagedAsyncIterableIterator<ErrorSummary, ErrorSummary[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

siteName

string

The springbootsites name.

options
ErrorSummariesListBySiteOptionalParams

The options parameters.

Returns