RaiBlocklistResource.BatchDeleteRaiBlocklistItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Batch operation to delete blocklist items.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/raiBlocklists/{raiBlocklistName}/deleteRaiBlocklistItems
- Operation Id: RaiBlocklistItems_BatchDelete
- Default Api Version: 2024-10-01
- Resource: RaiBlocklistItemResource
public virtual Azure.Response BatchDeleteRaiBlocklistItem (BinaryData raiBlocklistItemsNames, System.Threading.CancellationToken cancellationToken = default);
abstract member BatchDeleteRaiBlocklistItem : BinaryData * System.Threading.CancellationToken -> Azure.Response
override this.BatchDeleteRaiBlocklistItem : BinaryData * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function BatchDeleteRaiBlocklistItem (raiBlocklistItemsNames As BinaryData, Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- raiBlocklistItemsNames
- BinaryData
List of RAI Blocklist Items Names.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
raiBlocklistItemsNames
is null.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET