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
fun GetAccountResult(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)