GetAccountResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The fully qualified Maps Account resource identifier.

Link copied to clipboard

The location of the resource.

Link copied to clipboard

The name of the Maps Account, which is unique within a Resource Group.

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.

Link copied to clipboard

Azure resource type.