ErrorSummaries Interface

public interface ErrorSummaries

Resource collection API of ErrorSummaries.

Method Summary

Modifier and Type Method and Description
abstract ErrorSummary get(String resourceGroupName, String siteName, String errorSummaryName)

Implements ErrorSummaries GET method.

abstract Response<ErrorSummary> getWithResponse(String resourceGroupName, String siteName, String errorSummaryName, Context context)

Implements ErrorSummaries GET method.

abstract PagedIterable<ErrorSummary> listBySite(String resourceGroupName, String siteName)

Implements ErrorSummaries GET method.

abstract PagedIterable<ErrorSummary> listBySite(String resourceGroupName, String siteName, Context context)

Implements ErrorSummaries GET method.

Method Details

get

public abstract ErrorSummary get(String resourceGroupName, String siteName, String errorSummaryName)

Implements ErrorSummaries GET method. Gets the ErrorSummaries resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
siteName - The springbootsites name.
errorSummaryName - The name of error summary.

Returns:

the ErrorSummaries resource.

getWithResponse

public abstract Response<ErrorSummary> getWithResponse(String resourceGroupName, String siteName, String errorSummaryName, Context context)

Implements ErrorSummaries GET method. Gets the ErrorSummaries resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
siteName - The springbootsites name.
errorSummaryName - The name of error summary.
context - The context to associate with this operation.

Returns:

the ErrorSummaries resource along with Response<T>.

listBySite

public abstract PagedIterable<ErrorSummary> listBySite(String resourceGroupName, String siteName)

Implements ErrorSummaries GET method. Lists the ErrorSummaries resource in springbootsites.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
siteName - The springbootsites name.

Returns:

the list of ErrorSummary as paginated response with PagedIterable<T>.

listBySite

public abstract PagedIterable<ErrorSummary> listBySite(String resourceGroupName, String siteName, Context context)

Implements ErrorSummaries GET method. Lists the ErrorSummaries resource in springbootsites.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
siteName - The springbootsites name.
context - The context to associate with this operation.

Returns:

the list of ErrorSummary as paginated response with PagedIterable<T>.

Applies to