Get Remote Rendering Account Result
data class GetRemoteRenderingAccountResult(val accountDomain: String, val accountId: String, val azureApiVersion: 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, azureApiVersion: 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)
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
The identity associated with this account
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
System metadata for this account