Account interface
An object that represents a machine learning team account.
- Extends
Properties
account |
The immutable id associated with this team account. NOTE: This property will not be serialized. It can only be populated by the server. |
creation |
The creation date of the machine learning team account in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server. |
description | The description of this workspace. |
discovery |
The uri for this machine learning team account. NOTE: This property will not be serialized. It can only be populated by the server. |
friendly |
The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created |
key |
The fully qualified arm id of the user key vault. |
provisioning |
The current deployment state of team account resource. The provisioningState is to indicate states for resource provisioning. NOTE: This property will not be serialized. It can only be populated by the server. |
seats | The no of users/seats who can access this team account. This property defines the charge on the team account. |
storage |
The properties of the storage account for the machine learning team account. |
vso |
The fully qualified arm id of the vso account to be used for this team account. |
Inherited Properties
id | The resource ID. NOTE: This property will not be serialized. It can only be populated by the server. |
location | The location of the resource. This cannot be changed after the resource is created. |
name | The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | The tags of the resource. |
type | The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
accountId
The immutable id associated with this team account. NOTE: This property will not be serialized. It can only be populated by the server.
accountId?: string
Property Value
string
creationDate
The creation date of the machine learning team account in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.
creationDate?: Date
Property Value
Date
description
The description of this workspace.
description?: string
Property Value
string
discoveryUri
The uri for this machine learning team account. NOTE: This property will not be serialized. It can only be populated by the server.
discoveryUri?: string
Property Value
string
friendlyName
The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created
friendlyName?: string
Property Value
string
keyVaultId
The fully qualified arm id of the user key vault.
keyVaultId?: string
Property Value
string
provisioningState
The current deployment state of team account resource. The provisioningState is to indicate states for resource provisioning. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: ProvisioningState
Property Value
seats
The no of users/seats who can access this team account. This property defines the charge on the team account.
seats?: string
Property Value
string
storageAccount
The properties of the storage account for the machine learning team account.
storageAccount?: StorageAccountProperties
Property Value
vsoAccountId
The fully qualified arm id of the vso account to be used for this team account.
vsoAccountId?: string
Property Value
string
Inherited Property Details
id
The resource ID. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
location
The location of the resource. This cannot be changed after the resource is created.
location: string
Property Value
string
Inherited From Resource.location
name
The name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
tags
The tags of the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From Resource.tags
type
The type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript