PortalSettings Interface

public interface PortalSettings

Resource collection API of PortalSettings.

Method Summary

Modifier and Type Method and Description
abstract PortalSettingsCollection listByService(String resourceGroupName, String serviceName)

Lists a collection of portalsettings defined within a service instance..

abstract Response<PortalSettingsCollection> listByServiceWithResponse(String resourceGroupName, String serviceName, Context context)

Lists a collection of portalsettings defined within a service instance..

Method Details

listByService

public abstract PortalSettingsCollection listByService(String resourceGroupName, String serviceName)

Lists a collection of portalsettings defined within a service instance..

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.

Returns:

descriptions of API Management policies.

listByServiceWithResponse

public abstract Response listByServiceWithResponse(String resourceGroupName, String serviceName, Context context)

Lists a collection of portalsettings defined within a service instance..

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serviceName - The name of the API Management service.
context - The context to associate with this operation.

Returns:

descriptions of API Management policies along with Response<T>.

Applies to