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?: AgentProfileUpdateUnion
Property Value
devCenterProjectResourceId
The resource id of the DevCenter Project the pool belongs to.
devCenterProjectResourceId?: string
Property Value
string
fabricProfile
Defines the type of fabric the agent will run on.
fabricProfile?: FabricProfileUnion
Property Value
maximumConcurrency
Defines how many resources can there be created at any given time.
maximumConcurrency?: number
Property Value
number
organizationProfile
Defines the organization in which the pool will be used.
organizationProfile?: OrganizationProfileUnion
Property Value
provisioningState
The status of the current operation.
provisioningState?: string
Property Value
string
Azure SDK for JavaScript