GetObjectAnchorsAccountResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Correspond domain name of certain Spatial Anchors Account

Link copied to clipboard

unique id of certain account.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
Link copied to clipboard
val kind: SkuResponse? = null

The kind of account, if supported

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard
val plan: IdentityResponse? = null

The plan associated with this account

Link copied to clipboard
val sku: SkuResponse? = null

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.

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

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"