PortalSettings interface

Interface representing a PortalSettings.

Methods

listByService(string, string, PortalSettingsListByServiceOptionalParams)

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

Method Details

listByService(string, string, PortalSettingsListByServiceOptionalParams)

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

function listByService(resourceGroupName: string, serviceName: string, options?: PortalSettingsListByServiceOptionalParams): Promise<PortalSettingsCollection>

Parameters

resourceGroupName

string

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

serviceName

string

The name of the API Management service.

options
PortalSettingsListByServiceOptionalParams

The options parameters.

Returns