Share via


RaiBlocklistCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.RaiBlocklistResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string raiBlocklistName, Azure.ResourceManager.CognitiveServices.RaiBlocklistData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CognitiveServices.RaiBlocklistData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.RaiBlocklistResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CognitiveServices.RaiBlocklistData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.RaiBlocklistResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, raiBlocklistName As String, data As RaiBlocklistData, Optional cancellationToken As CancellationToken = Nothing) As 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