AccountUpdateParameters interface
The parameters for updating a machine learning team account.
Properties
description | The description of this workspace. |
friendly |
The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created |
seats | The no of users/seats who can access this team account. This property defines the charge on the team account. |
storage |
The key for storage account associated with this team account |
tags | The resource tags for the machine learning team account. |
Property Details
description
The description of this workspace.
description?: 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
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
storageAccountKey
The key for storage account associated with this team account
storageAccountKey?: string
Property Value
string
tags
The resource tags for the machine learning team account.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Azure SDK for JavaScript