getRaiBlocklist

Gets the specified custom blocklist associated with the Azure OpenAI account. Uses Azure REST API version 2024-10-01. Other available API versions: 2023-10-01-preview, 2024-04-01-preview, 2024-06-01-preview, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native cognitiveservices [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Cognitive Services RaiBlocklist.

Parameters

argument

null


suspend fun getRaiBlocklist(accountName: String, raiBlocklistName: String, resourceGroupName: String): GetRaiBlocklistResult

Return

Cognitive Services RaiBlocklist.

Parameters

accountName

The name of Cognitive Services account.

raiBlocklistName

The name of the RaiBlocklist associated with the Cognitive Services Account

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Cognitive Services RaiBlocklist.

Parameters

argument

Builder for com.pulumi.azurenative.cognitiveservices.kotlin.inputs.GetRaiBlocklistPlainArgs.

See also