Get Account Result
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)
Properties
Link copied to clipboard
The identity of Cognitive Services account.
Link copied to clipboard
Properties of Cognitive Services account.
Link copied to clipboard
The SKU of Cognitive Services account.
Link copied to clipboard
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.