PoolUpdateProperties interface  
The updatable properties of the Pool.
Properties
| agent | Defines how the machine will be handled once it executed a job. | 
| dev | The resource id of the DevCenter Project the pool belongs to. | 
| fabric | Defines the type of fabric the agent will run on. | 
| maximum | Defines how many resources can there be created at any given time. | 
| organization | Defines the organization in which the pool will be used. | 
| provisioning | The status of the current operation. | 
Property Details
		agentProfile
	 
	Defines how the machine will be handled once it executed a job.
agentProfile?: AgentProfileUnionProperty Value
		devCenterProjectResourceId
	    
	The resource id of the DevCenter Project the pool belongs to.
devCenterProjectResourceId?: stringProperty Value
string
		fabricProfile
	 
	Defines the type of fabric the agent will run on.
fabricProfile?: FabricProfileUnionProperty Value
		maximumConcurrency
	 
	Defines how many resources can there be created at any given time.
maximumConcurrency?: numberProperty Value
number
		organizationProfile
	 
	Defines the organization in which the pool will be used.
organizationProfile?: OrganizationProfileUnionProperty Value
		provisioningState
	 
	The status of the current operation.
provisioningState?: stringProperty Value
string