get Encryption Scope
Gets the specified EncryptionScope associated with the Cognitive Services account. Azure REST API version: 2023-10-01-preview.
Return
Cognitive Services EncryptionScope
Parameters
argument
null
suspend fun getEncryptionScope(accountName: String, encryptionScopeName: String, resourceGroupName: String): GetEncryptionScopeResult
Return
Cognitive Services EncryptionScope
See also
Parameters
account Name
The name of Cognitive Services account.
encryption Scope Name
The name of the encryptionScope associated with the Cognitive Services Account
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getEncryptionScope(argument: suspend GetEncryptionScopePlainArgsBuilder.() -> Unit): GetEncryptionScopeResult
Return
Cognitive Services EncryptionScope
See also
Parameters
argument
Builder for com.pulumi.azurenative.cognitiveservices.kotlin.inputs.GetEncryptionScopePlainArgs.