TenantSettings Interface

public interface TenantSettings

Resource collection API of TenantSettings.

Method Summary

Modifier and Type Method and Description
abstract TenantSettingsContract get(String resourceGroupName, String serviceName, SettingsTypeName settingsType)

Get tenant settings.

abstract Response<TenantSettingsContract> getWithResponse(String resourceGroupName, String serviceName, SettingsTypeName settingsType, Context context)

Get tenant settings.

abstract PagedIterable<TenantSettingsContract> listByService(String resourceGroupName, String serviceName)

Public settings.

abstract PagedIterable<TenantSettingsContract> listByService(String resourceGroupName, String serviceName, String filter, Context context)

Public settings.

Method Details

get

public abstract TenantSettingsContract get(String resourceGroupName, String serviceName, SettingsTypeName settingsType)

Get tenant settings.

Parameters:

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

Returns:

tenant settings.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String serviceName, SettingsTypeName settingsType, Context context)

Get tenant settings.

Parameters:

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

Returns:

tenant settings.

listByService

public abstract PagedIterable listByService(String resourceGroupName, String serviceName)

Public settings.

Parameters:

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

Returns:

paged AccessInformation list representation as paginated response with PagedIterable<T>.

listByService

public abstract PagedIterable listByService(String resourceGroupName, String serviceName, String filter, Context context)

Public settings.

Parameters:

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

Returns:

paged AccessInformation list representation as paginated response with PagedIterable<T>.

Applies to