DevOpsPoolProperties Constructor
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.
Initializes a new instance of DevOpsPoolProperties.
public DevOpsPoolProperties(int maximumConcurrency, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganizationProfile organizationProfile, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolAgentProfile agentProfile, Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsFabricProfile fabricProfile);
new Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolProperties : int * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganizationProfile * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolAgentProfile * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsFabricProfile -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolProperties
Public Sub New (maximumConcurrency As Integer, organizationProfile As DevOpsOrganizationProfile, agentProfile As DevOpsPoolAgentProfile, fabricProfile As DevOpsFabricProfile)
Parameters
- maximumConcurrency
- Int32
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.
Exceptions
organizationProfile, agentProfile or fabricProfile is null.