AccountFilters interface

Interface representing a AccountFilters.

Methods

createOrUpdate(string, string, string, AccountFilter, AccountFiltersCreateOrUpdateOptionalParams)

Creates or updates an Account Filter in the Media Services account.

delete(string, string, string, AccountFiltersDeleteOptionalParams)

Deletes an Account Filter in the Media Services account.

get(string, string, string, AccountFiltersGetOptionalParams)

Get the details of an Account Filter in the Media Services account.

list(string, string, AccountFiltersListOptionalParams)

List Account Filters in the Media Services account.

update(string, string, string, AccountFilter, AccountFiltersUpdateOptionalParams)

Updates an existing Account Filter in the Media Services account.

Method Details

createOrUpdate(string, string, string, AccountFilter, AccountFiltersCreateOrUpdateOptionalParams)

Creates or updates an Account Filter in the Media Services account.

function createOrUpdate(resourceGroupName: string, accountName: string, filterName: string, parameters: AccountFilter, options?: AccountFiltersCreateOrUpdateOptionalParams): Promise<AccountFilter>

Parameters

resourceGroupName

string

The name of the resource group within the Azure subscription.

accountName

string

The Media Services account name.

filterName

string

The Account Filter name

parameters
AccountFilter

The request parameters

options
AccountFiltersCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<AccountFilter>

delete(string, string, string, AccountFiltersDeleteOptionalParams)

Deletes an Account Filter in the Media Services account.

function delete(resourceGroupName: string, accountName: string, filterName: string, options?: AccountFiltersDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group within the Azure subscription.

accountName

string

The Media Services account name.

filterName

string

The Account Filter name

options
AccountFiltersDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, AccountFiltersGetOptionalParams)

Get the details of an Account Filter in the Media Services account.

function get(resourceGroupName: string, accountName: string, filterName: string, options?: AccountFiltersGetOptionalParams): Promise<AccountFilter>

Parameters

resourceGroupName

string

The name of the resource group within the Azure subscription.

accountName

string

The Media Services account name.

filterName

string

The Account Filter name

options
AccountFiltersGetOptionalParams

The options parameters.

Returns

Promise<AccountFilter>

list(string, string, AccountFiltersListOptionalParams)

List Account Filters in the Media Services account.

function list(resourceGroupName: string, accountName: string, options?: AccountFiltersListOptionalParams): PagedAsyncIterableIterator<AccountFilter, AccountFilter[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group within the Azure subscription.

accountName

string

The Media Services account name.

options
AccountFiltersListOptionalParams

The options parameters.

Returns

update(string, string, string, AccountFilter, AccountFiltersUpdateOptionalParams)

Updates an existing Account Filter in the Media Services account.

function update(resourceGroupName: string, accountName: string, filterName: string, parameters: AccountFilter, options?: AccountFiltersUpdateOptionalParams): Promise<AccountFilter>

Parameters

resourceGroupName

string

The name of the resource group within the Azure subscription.

accountName

string

The Media Services account name.

filterName

string

The Account Filter name

parameters
AccountFilter

The request parameters

options
AccountFiltersUpdateOptionalParams

The options parameters.

Returns

Promise<AccountFilter>