GetRemoteRenderingAccountResult

data class GetRemoteRenderingAccountResult(val accountDomain: String, val accountId: String, val id: String, val identity: IdentityResponse? = 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)

RemoteRenderingAccount Response.

Constructors

Link copied to clipboard
constructor(accountDomain: String, accountId: String, id: String, identity: IdentityResponse? = 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
val id: String

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

Link copied to clipboard

The identity associated with this account

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

System metadata for this 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"