getEncryptionScope

Gets the specified EncryptionScope associated with the Cognitive Services account. 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 EncryptionScope

Parameters

argument

null


suspend fun getEncryptionScope(accountName: String, encryptionScopeName: String, resourceGroupName: String): GetEncryptionScopeResult

Return

Cognitive Services EncryptionScope

Parameters

accountName

The name of Cognitive Services account.

encryptionScopeName

The name of the encryptionScope associated with the Cognitive Services Account

resourceGroupName

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

See also


Return

Cognitive Services EncryptionScope

Parameters

argument

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

See also