Get Account Result
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)
Properties
Link copied to clipboard
The creation date of the machine learning team account in ISO8601 format.
Link copied to clipboard
The description of this workspace.
Link copied to clipboard
The uri for this machine learning team account.
Link copied to clipboard
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
The fully qualified arm id of the user key vault.
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
The properties of the storage account for the machine learning team account.
Link copied to clipboard
The fully qualified arm id of the vso account to be used for this team account.