ArmDevOpsInfrastructureModelFactory.DevOpsStatelessAgentProfile 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.
Stateless profile meaning that the machines will be cleaned up after running a job.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsStatelessAgentProfile DevOpsStatelessAgentProfile(Azure.ResourceManager.DevOpsInfrastructure.Models.ResourcePredictions resourcePredictions = default, Azure.ResourceManager.DevOpsInfrastructure.Models.ResourcePredictionsProfile resourcePredictionsProfile = default);
static member DevOpsStatelessAgentProfile : Azure.ResourceManager.DevOpsInfrastructure.Models.ResourcePredictions * Azure.ResourceManager.DevOpsInfrastructure.Models.ResourcePredictionsProfile -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsStatelessAgentProfile
Public Shared Function DevOpsStatelessAgentProfile (Optional resourcePredictions As ResourcePredictions = Nothing, Optional resourcePredictionsProfile As ResourcePredictionsProfile = Nothing) As DevOpsStatelessAgentProfile
Parameters
- resourcePredictions
- ResourcePredictions
Defines pool buffer/stand-by agents.
- resourcePredictionsProfile
- ResourcePredictionsProfile
Defines how the pool buffer/stand-by agents is provided.
Returns
A new DevOpsStatelessAgentProfile instance for mocking.