Language

ArmDevOpsInfrastructureModelFactory.DevOpsPoolProperties Method

Definition

public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolProperties DevOpsPoolProperties(Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsInfrastructureProvisioningState? provisioningState = default, int maximumConcurrency = 0, 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 DevOpsPoolProperties : Nullable<Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsInfrastructureProvisioningState> * int * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsOrganizationProfile * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolAgentProfile * Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsFabricProfile * string * string -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsPoolProperties
Public Shared Function DevOpsPoolProperties (Optional provisioningState As Nullable(Of DevOpsInfrastructureProvisioningState) = Nothing, Optional maximumConcurrency As Integer = 0, 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 DevOpsPoolProperties

Parameters

provisioningState
Nullable<DevOpsInfrastructureProvisioningState>

The status of the current operation.

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.

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 DevOpsPoolProperties instance for mocking.

Applies to