WorkspacePatch interface 
Workspace properties that can be patched.
Properties
| application | 
	List of applicationGroup links.  | 
| description | Description of Workspace.  | 
| friendly | 
	Friendly name of Workspace.  | 
| public | 
	Enabled to allow this resource to be access from the public network  | 
| tags | tags to be updated  | 
Property Details
		applicationGroupReferences
	  
	List of applicationGroup links.
applicationGroupReferences?: string[]
				Property Value
string[]
description
Description of Workspace.
description?: string
				Property Value
string
		friendlyName
	 
	Friendly name of Workspace.
friendlyName?: string
				Property Value
string
		publicNetworkAccess
	  
	Enabled to allow this resource to be access from the public network
publicNetworkAccess?: string
				Property Value
string
tags
tags to be updated
tags?: {[propertyName: string]: string}
				Property Value
{[propertyName: string]: string}