WorkspaceUpdateParameters interface  
The parameters for updating a machine learning workspace.
Properties
| application | ARM id of the application insights associated with this workspace. | 
| container | ARM id of the container registry associated with this workspace. | 
| description | The description of this workspace. | 
| enable | |
| encryption | |
| feature | Settings for feature store type workspace. | 
| friendly | The friendly name for this workspace. | 
| identity | The identity of the resource. | 
| image | The compute name for image build | 
| managed | Managed Network settings for a machine learning workspace. | 
| primary | The user assigned identity resource id that represents the workspace identity. | 
| public | Whether requests from Public Network are allowed. | 
| serverless | Settings for serverless compute created in the workspace | 
| service | The service managed resource settings. | 
| sku | The sku of the workspace. | 
| tags | The resource tags for the machine learning workspace. | 
| v1Legacy | Enabling v1_legacy_mode may prevent you from using features provided by the v2 API. | 
Property Details
		applicationInsights
	 
	ARM id of the application insights associated with this workspace.
applicationInsights?: stringProperty Value
string
		containerRegistry
	 
	ARM id of the container registry associated with this workspace.
containerRegistry?: stringProperty Value
string
description
The description of this workspace.
description?: stringProperty Value
string
		enableDataIsolation
	  
	enableDataIsolation?: booleanProperty Value
boolean
encryption
		featureStoreSettings
	  
	Settings for feature store type workspace.
featureStoreSettings?: FeatureStoreSettingsProperty Value
		friendlyName
	 
	The friendly name for this workspace.
friendlyName?: stringProperty Value
string
identity
The identity of the resource.
identity?: ManagedServiceIdentityProperty Value
		imageBuildCompute
	  
	The compute name for image build
imageBuildCompute?: stringProperty Value
string
		managedNetwork
	 
	Managed Network settings for a machine learning workspace.
managedNetwork?: ManagedNetworkSettingsProperty Value
		primaryUserAssignedIdentity
	   
	The user assigned identity resource id that represents the workspace identity.
primaryUserAssignedIdentity?: stringProperty Value
string
		publicNetworkAccess
	  
	Whether requests from Public Network are allowed.
publicNetworkAccess?: stringProperty Value
string
		serverlessComputeSettings
	  
	Settings for serverless compute created in the workspace
serverlessComputeSettings?: ServerlessComputeSettingsProperty Value
		serviceManagedResourcesSettings
	   
	The service managed resource settings.
serviceManagedResourcesSettings?: ServiceManagedResourcesSettingsProperty Value
sku
tags
The resource tags for the machine learning workspace.
tags?: {[propertyName: string]: string}Property Value
{[propertyName: string]: string}
		v1LegacyMode
	 
	Enabling v1_legacy_mode may prevent you from using features provided by the v2 API.
v1LegacyMode?: booleanProperty Value
boolean