GetAccountResult

data class GetAccountResult(val azureApiVersion: String, val id: String, val location: String? = null, val name: String, val properties: AccountResourceResponseProperties, val systemData: AccountResourceResponseSystemData, val tags: Map<String, String>? = null, val type: String)

Account details

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String? = null, name: String, properties: AccountResourceResponseProperties, systemData: AccountResourceResponseSystemData, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Azure resource ID.

Link copied to clipboard
val location: String? = null

Location of the resource.

Link copied to clipboard

Azure resource name.

Link copied to clipboard

Property bag from billing account

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

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

resource tags.

Link copied to clipboard

Azure resource type.