Delen via


ErrorSummaries interface

Interface die een ErrorSummaries vertegenwoordigt.

Methoden

get(string, string, string, ErrorSummariesGetOptionalParams)

Hiermee haalt u de resource ErrorSummaries op.

listBySite(string, string, ErrorSummariesListBySiteOptionalParams)

Geeft een overzicht van de bron ErrorSummaries in springbootsites.

Methodedetails

get(string, string, string, ErrorSummariesGetOptionalParams)

Hiermee haalt u de resource ErrorSummaries op.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

siteName

string

De naam van de springbootsites.

errorSummaryName

string

De naam van de fout samenvatting

options
ErrorSummariesGetOptionalParams

De optiesparameters.

Retouren

Promise<ErrorSummary>

listBySite(string, string, ErrorSummariesListBySiteOptionalParams)

Geeft een overzicht van de bron ErrorSummaries in springbootsites.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

siteName

string

De naam van de springbootsites.

options
ErrorSummariesListBySiteOptionalParams

De optiesparameters.

Retouren