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
fun GetAccountResult(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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.