Get Account Result
data class GetAccountResult(val id: String, val identity: GetAccountIdentity? = null, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>)
A collection of values returned by getAccount.
Constructors
Link copied to clipboard
fun GetAccountResult(id: String, identity: GetAccountIdentity? = null, location: String, name: String, resourceGroupName: String, tags: Map<String, String>)