get Rai Blocklist Item
Gets the specified custom blocklist Item associated with the custom blocklist. Uses Azure REST API version 2023-10-01-preview. Other available API versions: 2024-04-01-preview, 2024-06-01-preview, 2024-10-01, 2025-04-01-preview.
Return
Cognitive Services RaiBlocklist Item.
Parameters
argument
null
suspend fun getRaiBlocklistItem(accountName: String, raiBlocklistItemName: String, raiBlocklistName: String, resourceGroupName: String): GetRaiBlocklistItemResult
Return
Cognitive Services RaiBlocklist Item.
Parameters
account Name
The name of Cognitive Services account.
rai Blocklist Item Name
The name of the RaiBlocklist Item associated with the custom blocklist
rai Blocklist Name
The name of the RaiBlocklist associated with the Cognitive Services Account
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getRaiBlocklistItem(argument: suspend GetRaiBlocklistItemPlainArgsBuilder.() -> Unit): GetRaiBlocklistItemResult
Return
Cognitive Services RaiBlocklist Item.
Parameters
argument
Builder for com.pulumi.azurenative.cognitiveservices.kotlin.inputs.GetRaiBlocklistItemPlainArgs.