GetTextBlocklist interface
方法
delete(Request |
刪除文字封鎖清單。 |
get(Request |
傳回文字封鎖清單詳細資料。 |
patch(Create |
匯報文本封鎖清單。 如果 blocklistName 不存在,將會建立新的封鎖清單。 |
方法詳細資料
delete(RequestParameters)
刪除文字封鎖清單。
function delete(options?: RequestParameters): StreamableMethod<DeleteTextBlocklist204Response | DeleteTextBlocklistDefaultResponse>
參數
- options
- RequestParameters
傳回
get(RequestParameters)
傳回文字封鎖清單詳細資料。
function get(options?: RequestParameters): StreamableMethod<GetTextBlocklist200Response | GetTextBlocklistDefaultResponse>
參數
- options
- RequestParameters
傳回
patch(CreateOrUpdateTextBlocklistParameters)
匯報文本封鎖清單。 如果 blocklistName 不存在,將會建立新的封鎖清單。
function patch(options: CreateOrUpdateTextBlocklistParameters): StreamableMethod<CreateOrUpdateTextBlocklist200Response | CreateOrUpdateTextBlocklist201Response | CreateOrUpdateTextBlocklistDefaultResponse>