GetTextBlocklist interface

Methods

delete(RequestParameters)

Deletes a text blocklist.

get(RequestParameters)

Returns text blocklist details.

patch(CreateOrUpdateTextBlocklistParameters)

Updates a text blocklist. If the blocklistName does not exist, a new blocklist will be created.

Method Details

delete(RequestParameters)

Deletes a text blocklist.

function delete(options?: RequestParameters): StreamableMethod<DeleteTextBlocklist204Response | DeleteTextBlocklistDefaultResponse>

Parameters

Returns

get(RequestParameters)

Returns text blocklist details.

function get(options?: RequestParameters): StreamableMethod<GetTextBlocklist200Response | GetTextBlocklistDefaultResponse>

Parameters

Returns

patch(CreateOrUpdateTextBlocklistParameters)

Updates a text blocklist. If the blocklistName does not exist, a new blocklist will be created.

function patch(options: CreateOrUpdateTextBlocklistParameters): StreamableMethod<CreateOrUpdateTextBlocklist200Response | CreateOrUpdateTextBlocklist201Response | CreateOrUpdateTextBlocklistDefaultResponse>

Parameters

Returns