RaiBlocklistItemCollection.CreateOrUpdate 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.
Update the state of specified blocklist item associated with the Azure OpenAI account.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CognitiveServices/accounts/{accountName}/raiBlocklists/{raiBlocklistName}/raiBlocklistItems/{raiBlocklistItemName}
- Operation Id: RaiBlocklistItems_CreateOrUpdate
- Default Api Version: 2024-10-01
- Resource: RaiBlocklistItemResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.RaiBlocklistItemResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string raiBlocklistItemName, Azure.ResourceManager.CognitiveServices.RaiBlocklistItemData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CognitiveServices.RaiBlocklistItemData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.RaiBlocklistItemResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.CognitiveServices.RaiBlocklistItemData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CognitiveServices.RaiBlocklistItemResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, raiBlocklistItemName As String, data As RaiBlocklistItemData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of RaiBlocklistItemResource)
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.
- raiBlocklistItemName
- String
The name of the RaiBlocklist Item associated with the custom blocklist.
- data
- RaiBlocklistItemData
Properties describing the custom blocklist.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
raiBlocklistItemName
is an empty string, and was expected to be non-empty.
raiBlocklistItemName
or data
is null.
Applies to
Azure SDK for .NET