Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AccountUpdateParameters

Package version

interface

An interface representing AccountUpdateParameters. The parameters for updating a machine learning team account.

Hierarchy

  • AccountUpdateParameters

Index

Properties

Optional description

description: undefined | string
member

{string} [description] The description of this workspace.

Optional friendlyName

friendlyName: undefined | string
member

{string} [friendlyName] The friendly name for this workspace. This will be the workspace name in the arm id when the workspace object gets created

Optional seats

seats: undefined | string
member

{string} [seats] The no of users/seats who can access this team account. This property defines the charge on the team account.

Optional storageAccountKey

storageAccountKey: undefined | string
member

{string} [storageAccountKey] The key for storage account associated with this team account

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] The resource tags for the machine learning team account.

Generated using TypeDoc