GetAccountResult

data class GetAccountResult(val accountId: String, val creationDate: String, val description: String? = null, val discoveryUri: String, val friendlyName: String? = null, val id: String, val keyVaultId: String, val location: String, val name: String, val provisioningState: String, val seats: String? = null, val storageAccount: StorageAccountPropertiesResponse, val tags: Map<String, String>? = null, val type: String, val vsoAccountId: String)

An object that represents a machine learning team account.

Constructors

Link copied to clipboard
constructor(accountId: String, creationDate: String, description: String? = null, discoveryUri: String, friendlyName: String? = null, id: String, keyVaultId: String, location: String, name: String, provisioningState: String, seats: String? = null, storageAccount: StorageAccountPropertiesResponse, tags: Map<String, String>? = null, type: String, vsoAccountId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The immutable id associated with this team account.

Link copied to clipboard

The creation date of the machine learning team account in ISO8601 format.

Link copied to clipboard
val description: String? = null

The description of this workspace.

Link copied to clipboard

The uri for this machine learning team account.

Link copied to clipboard
val friendlyName: String? = null

The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The fully qualified arm id of the user key vault.

Link copied to clipboard

The location of the resource. This cannot be changed after the resource is created.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The current deployment state of team account resource. The provisioningState is to indicate states for resource provisioning.

Link copied to clipboard
val seats: String? = null

The no of users/seats who can access this team account. This property defines the charge on the team account.

Link copied to clipboard

The properties of the storage account for the machine learning team account.

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

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The fully qualified arm id of the vso account to be used for this team account.