Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkspaceUpdateParameters

Package version

interface

An interface representing WorkspaceUpdateParameters. The parameters for updating a machine learning workspace.

Hierarchy

  • WorkspaceUpdateParameters

Index

Properties

Optional keyVaultIdentifierId

keyVaultIdentifierId: undefined | string
member

{string} [keyVaultIdentifierId] The key vault identifier used for encrypted workspaces.

Optional tags

tags: undefined | object
member

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

Optional workspaceState

workspaceState: WorkspaceState
member

{WorkspaceState} [workspaceState] The current state of workspace resource. Possible values include: 'Deleted', 'Enabled', 'Disabled', 'Migrated', 'Updated', 'Registered', 'Unregistered'

Generated using TypeDoc