RaiContentFilters interface

Interface representing a RaiContentFilters.

Methods

get(string, string, RaiContentFiltersGetOptionalParams)

Get Content Filters by Name.

list(string, RaiContentFiltersListOptionalParams)

List Content Filters types.

Method Details

get(string, string, RaiContentFiltersGetOptionalParams)

Get Content Filters by Name.

function get(location: string, filterName: string, options?: RaiContentFiltersGetOptionalParams): Promise<RaiContentFilter>

Parameters

location

string

Resource location.

filterName

string

The name of the RAI Content Filter.

options
RaiContentFiltersGetOptionalParams

The options parameters.

Returns

Promise<RaiContentFilter>

list(string, RaiContentFiltersListOptionalParams)

List Content Filters types.

function list(location: string, options?: RaiContentFiltersListOptionalParams): PagedAsyncIterableIterator<RaiContentFilter, RaiContentFilter[], PageSettings>

Parameters

location

string

Resource location.

options
RaiContentFiltersListOptionalParams

The options parameters.

Returns