GetTextBlocklist interface
Methods
delete(Request |
Deletes a text blocklist. |
get(Request |
Returns text blocklist details. |
patch(Create |
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
- 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 the blocklistName does not exist, a new blocklist will be created.
function patch(options: CreateOrUpdateTextBlocklistParameters): StreamableMethod<CreateOrUpdateTextBlocklist200Response | CreateOrUpdateTextBlocklist201Response | CreateOrUpdateTextBlocklistDefaultResponse>