GetEncryptionScopePlainArgs

data class GetEncryptionScopePlainArgs(val accountName: String, val encryptionScopeName: String, val resourceGroupName: String) : ConvertibleToJava<GetEncryptionScopePlainArgs>

Constructors

Link copied to clipboard
constructor(accountName: String, encryptionScopeName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of Cognitive Services account.

Link copied to clipboard

The name of the encryptionScope associated with the Cognitive Services Account

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetEncryptionScopePlainArgs