PortalSettings interface
Interface representing a PortalSettings.
Methods
list |
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.
The options parameters.
Returns
Promise<PortalSettingsCollection>