TenantSettings interface

Interface representing a TenantSettings.

Methods

get(string, string, string, TenantSettingsGetOptionalParams)

Get tenant settings.

listByService(string, string, TenantSettingsListByServiceOptionalParams)

Public settings.

Method Details

get(string, string, string, TenantSettingsGetOptionalParams)

Get tenant settings.

function get(resourceGroupName: string, serviceName: string, settingsType: string, options?: TenantSettingsGetOptionalParams): Promise<TenantSettingsGetResponse>

Parameters

resourceGroupName

string

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

serviceName

string

The name of the API Management service.

settingsType

string

The identifier of the settings.

options
TenantSettingsGetOptionalParams

The options parameters.

Returns

listByService(string, string, TenantSettingsListByServiceOptionalParams)

Public settings.

function listByService(resourceGroupName: string, serviceName: string, options?: TenantSettingsListByServiceOptionalParams): PagedAsyncIterableIterator<TenantSettingsContract, TenantSettingsContract[], PageSettings>

Parameters

resourceGroupName

string

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

serviceName

string

The name of the API Management service.

options
TenantSettingsListByServiceOptionalParams

The options parameters.

Returns