你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AccountUpdateParameters interface
用于更新机器学习团队帐户的参数。
属性
description | 此工作区的说明。 |
friendly |
此工作区的友好名称。 创建工作区对象时,这是 arm ID 中的工作区名称 |
seats | 可以访问此团队帐户的用户/席位数。 此属性定义团队帐户的费用。 |
storage |
与此团队帐户关联的存储帐户的密钥 |
tags | 机器学习团队帐户的资源标记。 |
属性详细信息
description
此工作区的说明。
description?: string
属性值
string
friendlyName
此工作区的友好名称。 创建工作区对象时,这是 arm ID 中的工作区名称
friendlyName?: string
属性值
string
seats
可以访问此团队帐户的用户/席位数。 此属性定义团队帐户的费用。
seats?: string
属性值
string
storageAccountKey
与此团队帐户关联的存储帐户的密钥
storageAccountKey?: string
属性值
string
tags
机器学习团队帐户的资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}