Lingua

ArmDevOpsInfrastructureModelFactory.DevOpsStatelessAgentProfile Method

Definition

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.

Applies to