GetAccountPlainArgs

data class GetAccountPlainArgs(val name: String, val resourceGroupName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetAccountPlainArgs>

A collection of arguments for invoking getAccount.

Constructors

Link copied to clipboard
constructor(name: String, resourceGroupName: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Specifies the name of the Cognitive Services Account.

Link copied to clipboard

Specifies the name of the resource group where the Cognitive Services Account resides.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags to assigned to the resource.

Functions

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