Get Account Result
data class GetAccountResult(val id: String, val location: String, val name: String, val properties: MapsAccountPropertiesResponse, val sku: SkuResponse, val tags: Map<String, String>, val type: String)
An Azure resource which represents access to a suite of Maps REST APIs.
Constructors
Link copied to clipboard
constructor(id: String, location: String, name: String, properties: MapsAccountPropertiesResponse, sku: SkuResponse, tags: Map<String, String>, type: String)
Properties
Link copied to clipboard
The map account properties.
Link copied to clipboard
The SKU of this account.
Link copied to clipboard
Gets 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.