ArmDevOpsInfrastructureModelFactory.PoolUpdateProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.PoolUpdateProperties PoolUpdateProperties(Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsInfrastructureProvisioningState? provisioningState = default, int? maximumConcurrency = default, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganizationProfile organizationProfile = default, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolAgentProfile agentProfile = default, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsFabricProfile fabricProfile = default, string devCenterProjectResourceId = default, string runtimeWorkFolder = default);
static member PoolUpdateProperties : Nullable<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsInfrastructureProvisioningState> * Nullable<int> * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganizationProfile * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolAgentProfile * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsFabricProfile * string * string -> Azure.ResourceManager.DevOpsInfrastructure.Models.PoolUpdateProperties
Public Shared Function PoolUpdateProperties (Optional provisioningState As Nullable(Of DevOpsInfrastructureProvisioningState) = Nothing, Optional maximumConcurrency As Nullable(Of Integer) = Nothing, Optional organizationProfile As DevOpsOrganizationProfile = Nothing, Optional agentProfile As DevOpsPoolAgentProfile = Nothing, Optional fabricProfile As DevOpsFabricProfile = Nothing, Optional devCenterProjectResourceId As String = Nothing, Optional runtimeWorkFolder As String = Nothing) As PoolUpdateProperties
Parameters
- provisioningState
- Nullable<DevOpsInfrastructureProvisioningState>
The status of the current operation.
Defines how many resources can there be created at any given time.
- organizationProfile
- DevOpsOrganizationProfile
Defines the organization in which the pool will be used.
- agentProfile
- DevOpsPoolAgentProfile
Defines how the machine will be handled once it executed a job.
- fabricProfile
- DevOpsFabricProfile
Defines the type of fabric the agent will run on.
- devCenterProjectResourceId
- String
The resource id of the DevCenter Project the pool belongs to.
- runtimeWorkFolder
- String
The target work folder of the task agent on the machine.
Returns
A new PoolUpdateProperties instance for mocking.