Get Object Anchors Account Result
data class GetObjectAnchorsAccountResult(val accountDomain: String, val accountId: String, val azureApiVersion: String, val id: String, val identity: ObjectAnchorsAccountResponseIdentity? = null, val kind: SkuResponse? = null, val location: String, val name: String, val plan: IdentityResponse? = null, val sku: SkuResponse? = null, val storageAccountName: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
ObjectAnchorsAccount Response.
Constructors
Link copied to clipboard
constructor(accountDomain: String, accountId: String, azureApiVersion: String, id: String, identity: ObjectAnchorsAccountResponseIdentity? = null, kind: SkuResponse? = null, location: String, name: String, plan: IdentityResponse? = null, sku: SkuResponse? = null, storageAccountName: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Correspond domain name of certain Spatial Anchors Account
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Link copied to clipboard
The kind of account, if supported
Link copied to clipboard
The plan associated with this account
Link copied to clipboard
The sku associated with this account
Link copied to clipboard
The name of the storage account associated with this accountId
Link copied to clipboard
The system metadata related to an object anchors account.