GetTextBlocklist interface
Methods
| delete(Request |
Deletes a text blocklist. |
| get(Request |
Returns text blocklist details. |
| patch(Create |
Updates a text blocklist, if blocklistName does not exist, create a new blocklist. |
Method Details
delete(RequestParameters)
Deletes a text blocklist.
function delete(options?: RequestParameters): StreamableMethod<DeleteTextBlocklist204Response | DeleteTextBlocklistDefaultResponse>
Parameters
- options
- RequestParameters
Returns
get(RequestParameters)
Returns text blocklist details.
function get(options?: RequestParameters): StreamableMethod<GetTextBlocklist200Response | GetTextBlocklistDefaultResponse>
Parameters
- options
- RequestParameters
Returns
patch(CreateOrUpdateTextBlocklistParameters)
Updates a text blocklist, if blocklistName does not exist, create a new blocklist.
function patch(options: CreateOrUpdateTextBlocklistParameters): StreamableMethod<CreateOrUpdateTextBlocklist200Response | CreateOrUpdateTextBlocklist201Response | CreateOrUpdateTextBlocklistDefaultResponse>