ErrorSummaries interface
Interface representing a ErrorSummaries.
Methods
get(string, string, string, Error |
Gets the ErrorSummaries resource. |
list |
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.
The options parameters.
Returns
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 JavaScript