GetAccountResult

data class GetAccountResult(val etag: String, val id: String, val identity: IdentityResponse? = null, val kind: String? = null, val location: String? = null, val name: String, val properties: CognitiveServicesAccountPropertiesResponse, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String)

Cognitive Services Account is an Azure resource representing the provisioned account, its type, location and SKU.

Constructors

Link copied to clipboard
constructor(etag: String, id: String, identity: IdentityResponse? = null, kind: String? = null, location: String? = null, name: String, properties: CognitiveServicesAccountPropertiesResponse, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Entity Tag

Link copied to clipboard
val id: String

The id of the created account

Link copied to clipboard

The identity of Cognitive Services account.

Link copied to clipboard
val kind: String? = null

The Kind of the resource.

Link copied to clipboard
val location: String? = null

The location of the resource

Link copied to clipboard

The name of the created account

Link copied to clipboard

Properties of Cognitive Services account.

Link copied to clipboard
val sku: SkuResponse? = null

The SKU of Cognitive Services account.

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

Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater than 128 characters and value no greater than 256 characters.

Link copied to clipboard

Resource type