Share via


RaiBlocklistCollection.CreateOrUpdateAsync Method

Definition

Update the state of specified blocklist associated with the Azure OpenAI account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/raiBlocklists/{raiBlocklistName}
  • Operation Id: RaiBlocklists_CreateOrUpdate
  • Default Api Version: 2024-10-01
  • Resource: RaiBlocklistResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.RaiBlocklistResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string raiBlocklistName, Azure.ResourceManager.CognitiveServices.RaiBlocklistData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.CognitiveServices.RaiBlocklistData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.RaiBlocklistResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.CognitiveServices.RaiBlocklistData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.RaiBlocklistResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, raiBlocklistName As String, data As RaiBlocklistData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of RaiBlocklistResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

raiBlocklistName
String

The name of the RaiBlocklist associated with the Cognitive Services Account.

data
RaiBlocklistData

Properties describing the custom blocklist.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

raiBlocklistName is an empty string, and was expected to be non-empty.

raiBlocklistName or data is null.

Applies to