AccountUpdateParameters interface
Properties
description | The description of this workspace. |
friendly |
The friendly name for this workspace. This |
seats | The no of users/seats who can access this team |
storage |
The key for storage account |
tags | The resource tags for |
Property Details
description
The description of this workspace.
description?: string
Property Value
string
friendlyName
The friendly name for this workspace. This
friendlyName?: string
Property Value
string
seats
The no of users/seats who can access this team
seats?: string
Property Value
string
storageAccountKey
The key for storage account
storageAccountKey?: string
Property Value
string
tags
The resource tags for
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}