1. Packages
  2. Packages
  3. Azure Classic
  4. API Docs
  5. devcenter
  6. getManagedDevOpsPool

We recommend using Azure Native.

Viewing docs for Azure v6.35.0
published on Tuesday, Apr 21, 2026 by Pulumi
azure logo

We recommend using Azure Native.

Viewing docs for Azure v6.35.0
published on Tuesday, Apr 21, 2026 by Pulumi

    Use this data source to access information about an existing Managed DevOps Pool.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as azure from "@pulumi/azure";
    
    const example = azure.devcenter.getManagedDevOpsPool({
        name: "example-mdp",
        resourceGroupName: "example-rg",
    });
    export const id = example.then(example => example.id);
    
    import pulumi
    import pulumi_azure as azure
    
    example = azure.devcenter.get_managed_dev_ops_pool(name="example-mdp",
        resource_group_name="example-rg")
    pulumi.export("id", example.id)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/devcenter"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		example, err := devcenter.LookupManagedDevOpsPool(ctx, &devcenter.LookupManagedDevOpsPoolArgs{
    			Name:              "example-mdp",
    			ResourceGroupName: "example-rg",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("id", example.Id)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Azure = Pulumi.Azure;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Azure.DevCenter.GetManagedDevOpsPool.Invoke(new()
        {
            Name = "example-mdp",
            ResourceGroupName = "example-rg",
        });
    
        return new Dictionary<string, object?>
        {
            ["id"] = example.Apply(getManagedDevOpsPoolResult => getManagedDevOpsPoolResult.Id),
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.azure.devcenter.DevcenterFunctions;
    import com.pulumi.azure.devcenter.inputs.GetManagedDevOpsPoolArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = DevcenterFunctions.getManagedDevOpsPool(GetManagedDevOpsPoolArgs.builder()
                .name("example-mdp")
                .resourceGroupName("example-rg")
                .build());
    
            ctx.export("id", example.id());
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: azure:devcenter:getManagedDevOpsPool
          arguments:
            name: example-mdp
            resourceGroupName: example-rg
    outputs:
      id: ${example.id}
    
    Example coming soon!
    

    API Providers

    This data source uses the following Azure API Providers:

    • Microsoft.DevOpsInfrastructure - 2025-09-20

    Using getManagedDevOpsPool

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getManagedDevOpsPool(args: GetManagedDevOpsPoolArgs, opts?: InvokeOptions): Promise<GetManagedDevOpsPoolResult>
    function getManagedDevOpsPoolOutput(args: GetManagedDevOpsPoolOutputArgs, opts?: InvokeOptions): Output<GetManagedDevOpsPoolResult>
    def get_managed_dev_ops_pool(name: Optional[str] = None,
                                 resource_group_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetManagedDevOpsPoolResult
    def get_managed_dev_ops_pool_output(name: pulumi.Input[Optional[str]] = None,
                                 resource_group_name: pulumi.Input[Optional[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetManagedDevOpsPoolResult]
    func LookupManagedDevOpsPool(ctx *Context, args *LookupManagedDevOpsPoolArgs, opts ...InvokeOption) (*LookupManagedDevOpsPoolResult, error)
    func LookupManagedDevOpsPoolOutput(ctx *Context, args *LookupManagedDevOpsPoolOutputArgs, opts ...InvokeOption) LookupManagedDevOpsPoolResultOutput

    > Note: This function is named LookupManagedDevOpsPool in the Go SDK.

    public static class GetManagedDevOpsPool 
    {
        public static Task<GetManagedDevOpsPoolResult> InvokeAsync(GetManagedDevOpsPoolArgs args, InvokeOptions? opts = null)
        public static Output<GetManagedDevOpsPoolResult> Invoke(GetManagedDevOpsPoolInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagedDevOpsPoolResult> getManagedDevOpsPool(GetManagedDevOpsPoolArgs args, InvokeOptions options)
    public static Output<GetManagedDevOpsPoolResult> getManagedDevOpsPool(GetManagedDevOpsPoolArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure:devcenter/getManagedDevOpsPool:getManagedDevOpsPool
      arguments:
        # arguments dictionary
    data "azure_devcenter_getmanageddevopspool" "name" {
        # arguments
    }

    The following arguments are supported:

    Name string
    The name of this Managed DevOps Pool.
    ResourceGroupName string
    The name of the Resource Group where the Managed DevOps Pool exists.
    Name string
    The name of this Managed DevOps Pool.
    ResourceGroupName string
    The name of the Resource Group where the Managed DevOps Pool exists.
    name string
    The name of this Managed DevOps Pool.
    resource_group_name string
    The name of the Resource Group where the Managed DevOps Pool exists.
    name String
    The name of this Managed DevOps Pool.
    resourceGroupName String
    The name of the Resource Group where the Managed DevOps Pool exists.
    name string
    The name of this Managed DevOps Pool.
    resourceGroupName string
    The name of the Resource Group where the Managed DevOps Pool exists.
    name str
    The name of this Managed DevOps Pool.
    resource_group_name str
    The name of the Resource Group where the Managed DevOps Pool exists.
    name String
    The name of this Managed DevOps Pool.
    resourceGroupName String
    The name of the Resource Group where the Managed DevOps Pool exists.

    getManagedDevOpsPool Result

    The following output properties are available:

    AzureDevopsOrganizations List<GetManagedDevOpsPoolAzureDevopsOrganization>
    An azureDevopsOrganization block as defined below.
    DevCenterProjectId string
    The ID of the Dev Center project.
    Id string
    The provider-assigned unique ID for this managed resource.
    Identities List<GetManagedDevOpsPoolIdentity>
    An identity block as defined below.
    Location string
    The Azure Region where the Managed DevOps Pool exists.
    MaximumConcurrency int
    The maximum number of agents that can be created.
    Name string
    ResourceGroupName string
    StatefulAgents List<GetManagedDevOpsPoolStatefulAgent>
    A statefulAgent block as defined below.
    StatelessAgents List<GetManagedDevOpsPoolStatelessAgent>
    A statelessAgent block as defined below.
    Tags Dictionary<string, string>
    A mapping of tags assigned to the Managed DevOps Pool.
    VirtualMachineScaleSetFabrics List<GetManagedDevOpsPoolVirtualMachineScaleSetFabric>
    A virtualMachineScaleSetFabric block as defined below.
    WorkFolder string
    The work folder for every agent in the pool.
    AzureDevopsOrganizations []GetManagedDevOpsPoolAzureDevopsOrganization
    An azureDevopsOrganization block as defined below.
    DevCenterProjectId string
    The ID of the Dev Center project.
    Id string
    The provider-assigned unique ID for this managed resource.
    Identities []GetManagedDevOpsPoolIdentity
    An identity block as defined below.
    Location string
    The Azure Region where the Managed DevOps Pool exists.
    MaximumConcurrency int
    The maximum number of agents that can be created.
    Name string
    ResourceGroupName string
    StatefulAgents []GetManagedDevOpsPoolStatefulAgent
    A statefulAgent block as defined below.
    StatelessAgents []GetManagedDevOpsPoolStatelessAgent
    A statelessAgent block as defined below.
    Tags map[string]string
    A mapping of tags assigned to the Managed DevOps Pool.
    VirtualMachineScaleSetFabrics []GetManagedDevOpsPoolVirtualMachineScaleSetFabric
    A virtualMachineScaleSetFabric block as defined below.
    WorkFolder string
    The work folder for every agent in the pool.
    azure_devops_organizations list(object)
    An azureDevopsOrganization block as defined below.
    dev_center_project_id string
    The ID of the Dev Center project.
    id string
    The provider-assigned unique ID for this managed resource.
    identities list(object)
    An identity block as defined below.
    location string
    The Azure Region where the Managed DevOps Pool exists.
    maximum_concurrency number
    The maximum number of agents that can be created.
    name string
    resource_group_name string
    stateful_agents list(object)
    A statefulAgent block as defined below.
    stateless_agents list(object)
    A statelessAgent block as defined below.
    tags map(string)
    A mapping of tags assigned to the Managed DevOps Pool.
    virtual_machine_scale_set_fabrics list(object)
    A virtualMachineScaleSetFabric block as defined below.
    work_folder string
    The work folder for every agent in the pool.
    azureDevopsOrganizations List<GetManagedDevOpsPoolAzureDevopsOrganization>
    An azureDevopsOrganization block as defined below.
    devCenterProjectId String
    The ID of the Dev Center project.
    id String
    The provider-assigned unique ID for this managed resource.
    identities List<GetManagedDevOpsPoolIdentity>
    An identity block as defined below.
    location String
    The Azure Region where the Managed DevOps Pool exists.
    maximumConcurrency Integer
    The maximum number of agents that can be created.
    name String
    resourceGroupName String
    statefulAgents List<GetManagedDevOpsPoolStatefulAgent>
    A statefulAgent block as defined below.
    statelessAgents List<GetManagedDevOpsPoolStatelessAgent>
    A statelessAgent block as defined below.
    tags Map<String,String>
    A mapping of tags assigned to the Managed DevOps Pool.
    virtualMachineScaleSetFabrics List<GetManagedDevOpsPoolVirtualMachineScaleSetFabric>
    A virtualMachineScaleSetFabric block as defined below.
    workFolder String
    The work folder for every agent in the pool.
    azureDevopsOrganizations GetManagedDevOpsPoolAzureDevopsOrganization[]
    An azureDevopsOrganization block as defined below.
    devCenterProjectId string
    The ID of the Dev Center project.
    id string
    The provider-assigned unique ID for this managed resource.
    identities GetManagedDevOpsPoolIdentity[]
    An identity block as defined below.
    location string
    The Azure Region where the Managed DevOps Pool exists.
    maximumConcurrency number
    The maximum number of agents that can be created.
    name string
    resourceGroupName string
    statefulAgents GetManagedDevOpsPoolStatefulAgent[]
    A statefulAgent block as defined below.
    statelessAgents GetManagedDevOpsPoolStatelessAgent[]
    A statelessAgent block as defined below.
    tags {[key: string]: string}
    A mapping of tags assigned to the Managed DevOps Pool.
    virtualMachineScaleSetFabrics GetManagedDevOpsPoolVirtualMachineScaleSetFabric[]
    A virtualMachineScaleSetFabric block as defined below.
    workFolder string
    The work folder for every agent in the pool.
    azure_devops_organizations Sequence[GetManagedDevOpsPoolAzureDevopsOrganization]
    An azureDevopsOrganization block as defined below.
    dev_center_project_id str
    The ID of the Dev Center project.
    id str
    The provider-assigned unique ID for this managed resource.
    identities Sequence[GetManagedDevOpsPoolIdentity]
    An identity block as defined below.
    location str
    The Azure Region where the Managed DevOps Pool exists.
    maximum_concurrency int
    The maximum number of agents that can be created.
    name str
    resource_group_name str
    stateful_agents Sequence[GetManagedDevOpsPoolStatefulAgent]
    A statefulAgent block as defined below.
    stateless_agents Sequence[GetManagedDevOpsPoolStatelessAgent]
    A statelessAgent block as defined below.
    tags Mapping[str, str]
    A mapping of tags assigned to the Managed DevOps Pool.
    virtual_machine_scale_set_fabrics Sequence[GetManagedDevOpsPoolVirtualMachineScaleSetFabric]
    A virtualMachineScaleSetFabric block as defined below.
    work_folder str
    The work folder for every agent in the pool.
    azureDevopsOrganizations List<Property Map>
    An azureDevopsOrganization block as defined below.
    devCenterProjectId String
    The ID of the Dev Center project.
    id String
    The provider-assigned unique ID for this managed resource.
    identities List<Property Map>
    An identity block as defined below.
    location String
    The Azure Region where the Managed DevOps Pool exists.
    maximumConcurrency Number
    The maximum number of agents that can be created.
    name String
    resourceGroupName String
    statefulAgents List<Property Map>
    A statefulAgent block as defined below.
    statelessAgents List<Property Map>
    A statelessAgent block as defined below.
    tags Map<String>
    A mapping of tags assigned to the Managed DevOps Pool.
    virtualMachineScaleSetFabrics List<Property Map>
    A virtualMachineScaleSetFabric block as defined below.
    workFolder String
    The work folder for every agent in the pool.

    Supporting Types

    GetManagedDevOpsPoolAzureDevopsOrganization

    organizations list(object)
    One or more organization blocks as defined below.
    permissions list(object)
    A permission block as defined below.
    organizations List<Property Map>
    One or more organization blocks as defined below.
    permissions List<Property Map>
    A permission block as defined below.

    GetManagedDevOpsPoolAzureDevopsOrganizationOrganization

    Parallelism int
    Maximum numbers of machines in this organization out of the maximumConcurrency of the pool.
    Projects List<string>
    A list of projects in which the pool should be created.
    Url string
    The URL of the Azure DevOps organization.
    Parallelism int
    Maximum numbers of machines in this organization out of the maximumConcurrency of the pool.
    Projects []string
    A list of projects in which the pool should be created.
    Url string
    The URL of the Azure DevOps organization.
    parallelism number
    Maximum numbers of machines in this organization out of the maximumConcurrency of the pool.
    projects list(string)
    A list of projects in which the pool should be created.
    url string
    The URL of the Azure DevOps organization.
    parallelism Integer
    Maximum numbers of machines in this organization out of the maximumConcurrency of the pool.
    projects List<String>
    A list of projects in which the pool should be created.
    url String
    The URL of the Azure DevOps organization.
    parallelism number
    Maximum numbers of machines in this organization out of the maximumConcurrency of the pool.
    projects string[]
    A list of projects in which the pool should be created.
    url string
    The URL of the Azure DevOps organization.
    parallelism int
    Maximum numbers of machines in this organization out of the maximumConcurrency of the pool.
    projects Sequence[str]
    A list of projects in which the pool should be created.
    url str
    The URL of the Azure DevOps organization.
    parallelism Number
    Maximum numbers of machines in this organization out of the maximumConcurrency of the pool.
    projects List<String>
    A list of projects in which the pool should be created.
    url String
    The URL of the Azure DevOps organization.

    GetManagedDevOpsPoolAzureDevopsOrganizationPermission

    AdministratorAccounts List<GetManagedDevOpsPoolAzureDevopsOrganizationPermissionAdministratorAccount>
    An administratorAccount block as defined below.
    Kind string
    The type of Azure DevOps pool permission.
    AdministratorAccounts []GetManagedDevOpsPoolAzureDevopsOrganizationPermissionAdministratorAccount
    An administratorAccount block as defined below.
    Kind string
    The type of Azure DevOps pool permission.
    administrator_accounts list(object)
    An administratorAccount block as defined below.
    kind string
    The type of Azure DevOps pool permission.
    administratorAccounts List<GetManagedDevOpsPoolAzureDevopsOrganizationPermissionAdministratorAccount>
    An administratorAccount block as defined below.
    kind String
    The type of Azure DevOps pool permission.
    administratorAccounts GetManagedDevOpsPoolAzureDevopsOrganizationPermissionAdministratorAccount[]
    An administratorAccount block as defined below.
    kind string
    The type of Azure DevOps pool permission.
    administrator_accounts Sequence[GetManagedDevOpsPoolAzureDevopsOrganizationPermissionAdministratorAccount]
    An administratorAccount block as defined below.
    kind str
    The type of Azure DevOps pool permission.
    administratorAccounts List<Property Map>
    An administratorAccount block as defined below.
    kind String
    The type of Azure DevOps pool permission.

    GetManagedDevOpsPoolAzureDevopsOrganizationPermissionAdministratorAccount

    Groups List<string>
    A list of group email addresses.
    Users List<string>
    A list of user email addresses.
    Groups []string
    A list of group email addresses.
    Users []string
    A list of user email addresses.
    groups list(string)
    A list of group email addresses.
    users list(string)
    A list of user email addresses.
    groups List<String>
    A list of group email addresses.
    users List<String>
    A list of user email addresses.
    groups string[]
    A list of group email addresses.
    users string[]
    A list of user email addresses.
    groups Sequence[str]
    A list of group email addresses.
    users Sequence[str]
    A list of user email addresses.
    groups List<String>
    A list of group email addresses.
    users List<String>
    A list of user email addresses.

    GetManagedDevOpsPoolIdentity

    IdentityIds List<string>
    A list of User Assigned Identity IDs assigned to this Managed DevOps Pool.
    Type string
    The type of Managed Service Identity that is configured on this Managed DevOps Pool.
    IdentityIds []string
    A list of User Assigned Identity IDs assigned to this Managed DevOps Pool.
    Type string
    The type of Managed Service Identity that is configured on this Managed DevOps Pool.
    identity_ids list(string)
    A list of User Assigned Identity IDs assigned to this Managed DevOps Pool.
    type string
    The type of Managed Service Identity that is configured on this Managed DevOps Pool.
    identityIds List<String>
    A list of User Assigned Identity IDs assigned to this Managed DevOps Pool.
    type String
    The type of Managed Service Identity that is configured on this Managed DevOps Pool.
    identityIds string[]
    A list of User Assigned Identity IDs assigned to this Managed DevOps Pool.
    type string
    The type of Managed Service Identity that is configured on this Managed DevOps Pool.
    identity_ids Sequence[str]
    A list of User Assigned Identity IDs assigned to this Managed DevOps Pool.
    type str
    The type of Managed Service Identity that is configured on this Managed DevOps Pool.
    identityIds List<String>
    A list of User Assigned Identity IDs assigned to this Managed DevOps Pool.
    type String
    The type of Managed Service Identity that is configured on this Managed DevOps Pool.

    GetManagedDevOpsPoolStatefulAgent

    AutomaticResourcePredictions List<GetManagedDevOpsPoolStatefulAgentAutomaticResourcePrediction>
    An automaticResourcePrediction block as defined below.
    GracePeriodTimeSpan string
    The amount of time an agent in a stateful pool waits for new jobs before shutting down after all current and queued jobs are complete.
    ManualResourcePredictions List<GetManagedDevOpsPoolStatefulAgentManualResourcePrediction>
    A manualResourcePrediction block as defined below.
    MaximumAgentLifetime string
    The maximum duration an agent in a stateful pool can run before it is shut down and discarded.
    AutomaticResourcePredictions []GetManagedDevOpsPoolStatefulAgentAutomaticResourcePrediction
    An automaticResourcePrediction block as defined below.
    GracePeriodTimeSpan string
    The amount of time an agent in a stateful pool waits for new jobs before shutting down after all current and queued jobs are complete.
    ManualResourcePredictions []GetManagedDevOpsPoolStatefulAgentManualResourcePrediction
    A manualResourcePrediction block as defined below.
    MaximumAgentLifetime string
    The maximum duration an agent in a stateful pool can run before it is shut down and discarded.
    automatic_resource_predictions list(object)
    An automaticResourcePrediction block as defined below.
    grace_period_time_span string
    The amount of time an agent in a stateful pool waits for new jobs before shutting down after all current and queued jobs are complete.
    manual_resource_predictions list(object)
    A manualResourcePrediction block as defined below.
    maximum_agent_lifetime string
    The maximum duration an agent in a stateful pool can run before it is shut down and discarded.
    automaticResourcePredictions List<GetManagedDevOpsPoolStatefulAgentAutomaticResourcePrediction>
    An automaticResourcePrediction block as defined below.
    gracePeriodTimeSpan String
    The amount of time an agent in a stateful pool waits for new jobs before shutting down after all current and queued jobs are complete.
    manualResourcePredictions List<GetManagedDevOpsPoolStatefulAgentManualResourcePrediction>
    A manualResourcePrediction block as defined below.
    maximumAgentLifetime String
    The maximum duration an agent in a stateful pool can run before it is shut down and discarded.
    automaticResourcePredictions GetManagedDevOpsPoolStatefulAgentAutomaticResourcePrediction[]
    An automaticResourcePrediction block as defined below.
    gracePeriodTimeSpan string
    The amount of time an agent in a stateful pool waits for new jobs before shutting down after all current and queued jobs are complete.
    manualResourcePredictions GetManagedDevOpsPoolStatefulAgentManualResourcePrediction[]
    A manualResourcePrediction block as defined below.
    maximumAgentLifetime string
    The maximum duration an agent in a stateful pool can run before it is shut down and discarded.
    automatic_resource_predictions Sequence[GetManagedDevOpsPoolStatefulAgentAutomaticResourcePrediction]
    An automaticResourcePrediction block as defined below.
    grace_period_time_span str
    The amount of time an agent in a stateful pool waits for new jobs before shutting down after all current and queued jobs are complete.
    manual_resource_predictions Sequence[GetManagedDevOpsPoolStatefulAgentManualResourcePrediction]
    A manualResourcePrediction block as defined below.
    maximum_agent_lifetime str
    The maximum duration an agent in a stateful pool can run before it is shut down and discarded.
    automaticResourcePredictions List<Property Map>
    An automaticResourcePrediction block as defined below.
    gracePeriodTimeSpan String
    The amount of time an agent in a stateful pool waits for new jobs before shutting down after all current and queued jobs are complete.
    manualResourcePredictions List<Property Map>
    A manualResourcePrediction block as defined below.
    maximumAgentLifetime String
    The maximum duration an agent in a stateful pool can run before it is shut down and discarded.

    GetManagedDevOpsPoolStatefulAgentAutomaticResourcePrediction

    PredictionPreference string
    The desired balance between cost and performance.
    PredictionPreference string
    The desired balance between cost and performance.
    prediction_preference string
    The desired balance between cost and performance.
    predictionPreference String
    The desired balance between cost and performance.
    predictionPreference string
    The desired balance between cost and performance.
    prediction_preference str
    The desired balance between cost and performance.
    predictionPreference String
    The desired balance between cost and performance.

    GetManagedDevOpsPoolStatefulAgentManualResourcePrediction

    AllWeekSchedule int
    A number of agents available 24/7 all week.
    FridaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionFridaySchedule>
    One or more dailySchedule blocks as defined below.
    MondaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionMondaySchedule>
    One or more dailySchedule blocks as defined below.
    SaturdaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSaturdaySchedule>
    One or more dailySchedule blocks as defined below.
    SundaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSundaySchedule>
    One or more dailySchedule blocks as defined below.
    ThursdaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionThursdaySchedule>
    One or more dailySchedule blocks as defined below.
    TimeZoneName string
    The time zone for the predictions data to be provisioned at.
    TuesdaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionTuesdaySchedule>
    One or more dailySchedule blocks as defined below.
    WednesdaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionWednesdaySchedule>
    One or more dailySchedule blocks as defined below.
    AllWeekSchedule int
    A number of agents available 24/7 all week.
    FridaySchedules []GetManagedDevOpsPoolStatefulAgentManualResourcePredictionFridaySchedule
    One or more dailySchedule blocks as defined below.
    MondaySchedules []GetManagedDevOpsPoolStatefulAgentManualResourcePredictionMondaySchedule
    One or more dailySchedule blocks as defined below.
    SaturdaySchedules []GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSaturdaySchedule
    One or more dailySchedule blocks as defined below.
    SundaySchedules []GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSundaySchedule
    One or more dailySchedule blocks as defined below.
    ThursdaySchedules []GetManagedDevOpsPoolStatefulAgentManualResourcePredictionThursdaySchedule
    One or more dailySchedule blocks as defined below.
    TimeZoneName string
    The time zone for the predictions data to be provisioned at.
    TuesdaySchedules []GetManagedDevOpsPoolStatefulAgentManualResourcePredictionTuesdaySchedule
    One or more dailySchedule blocks as defined below.
    WednesdaySchedules []GetManagedDevOpsPoolStatefulAgentManualResourcePredictionWednesdaySchedule
    One or more dailySchedule blocks as defined below.
    all_week_schedule number
    A number of agents available 24/7 all week.
    friday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    monday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    saturday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    sunday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    thursday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    time_zone_name string
    The time zone for the predictions data to be provisioned at.
    tuesday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    wednesday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    allWeekSchedule Integer
    A number of agents available 24/7 all week.
    fridaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionFridaySchedule>
    One or more dailySchedule blocks as defined below.
    mondaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionMondaySchedule>
    One or more dailySchedule blocks as defined below.
    saturdaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSaturdaySchedule>
    One or more dailySchedule blocks as defined below.
    sundaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSundaySchedule>
    One or more dailySchedule blocks as defined below.
    thursdaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionThursdaySchedule>
    One or more dailySchedule blocks as defined below.
    timeZoneName String
    The time zone for the predictions data to be provisioned at.
    tuesdaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionTuesdaySchedule>
    One or more dailySchedule blocks as defined below.
    wednesdaySchedules List<GetManagedDevOpsPoolStatefulAgentManualResourcePredictionWednesdaySchedule>
    One or more dailySchedule blocks as defined below.
    allWeekSchedule number
    A number of agents available 24/7 all week.
    fridaySchedules GetManagedDevOpsPoolStatefulAgentManualResourcePredictionFridaySchedule[]
    One or more dailySchedule blocks as defined below.
    mondaySchedules GetManagedDevOpsPoolStatefulAgentManualResourcePredictionMondaySchedule[]
    One or more dailySchedule blocks as defined below.
    saturdaySchedules GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSaturdaySchedule[]
    One or more dailySchedule blocks as defined below.
    sundaySchedules GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSundaySchedule[]
    One or more dailySchedule blocks as defined below.
    thursdaySchedules GetManagedDevOpsPoolStatefulAgentManualResourcePredictionThursdaySchedule[]
    One or more dailySchedule blocks as defined below.
    timeZoneName string
    The time zone for the predictions data to be provisioned at.
    tuesdaySchedules GetManagedDevOpsPoolStatefulAgentManualResourcePredictionTuesdaySchedule[]
    One or more dailySchedule blocks as defined below.
    wednesdaySchedules GetManagedDevOpsPoolStatefulAgentManualResourcePredictionWednesdaySchedule[]
    One or more dailySchedule blocks as defined below.
    all_week_schedule int
    A number of agents available 24/7 all week.
    friday_schedules Sequence[GetManagedDevOpsPoolStatefulAgentManualResourcePredictionFridaySchedule]
    One or more dailySchedule blocks as defined below.
    monday_schedules Sequence[GetManagedDevOpsPoolStatefulAgentManualResourcePredictionMondaySchedule]
    One or more dailySchedule blocks as defined below.
    saturday_schedules Sequence[GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSaturdaySchedule]
    One or more dailySchedule blocks as defined below.
    sunday_schedules Sequence[GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSundaySchedule]
    One or more dailySchedule blocks as defined below.
    thursday_schedules Sequence[GetManagedDevOpsPoolStatefulAgentManualResourcePredictionThursdaySchedule]
    One or more dailySchedule blocks as defined below.
    time_zone_name str
    The time zone for the predictions data to be provisioned at.
    tuesday_schedules Sequence[GetManagedDevOpsPoolStatefulAgentManualResourcePredictionTuesdaySchedule]
    One or more dailySchedule blocks as defined below.
    wednesday_schedules Sequence[GetManagedDevOpsPoolStatefulAgentManualResourcePredictionWednesdaySchedule]
    One or more dailySchedule blocks as defined below.
    allWeekSchedule Number
    A number of agents available 24/7 all week.
    fridaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.
    mondaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.
    saturdaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.
    sundaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.
    thursdaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.
    timeZoneName String
    The time zone for the predictions data to be provisioned at.
    tuesdaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.
    wednesdaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.

    GetManagedDevOpsPoolStatefulAgentManualResourcePredictionFridaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolStatefulAgentManualResourcePredictionMondaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSaturdaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSundaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolStatefulAgentManualResourcePredictionThursdaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolStatefulAgentManualResourcePredictionTuesdaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolStatefulAgentManualResourcePredictionWednesdaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolStatelessAgent

    automatic_resource_predictions list(object)
    An automaticResourcePrediction block as defined below.
    manual_resource_predictions list(object)
    A manualResourcePrediction block as defined below.
    automaticResourcePredictions List<Property Map>
    An automaticResourcePrediction block as defined below.
    manualResourcePredictions List<Property Map>
    A manualResourcePrediction block as defined below.

    GetManagedDevOpsPoolStatelessAgentAutomaticResourcePrediction

    PredictionPreference string
    The desired balance between cost and performance.
    PredictionPreference string
    The desired balance between cost and performance.
    prediction_preference string
    The desired balance between cost and performance.
    predictionPreference String
    The desired balance between cost and performance.
    predictionPreference string
    The desired balance between cost and performance.
    prediction_preference str
    The desired balance between cost and performance.
    predictionPreference String
    The desired balance between cost and performance.

    GetManagedDevOpsPoolStatelessAgentManualResourcePrediction

    AllWeekSchedule int
    A number of agents available 24/7 all week.
    FridaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionFridaySchedule>
    One or more dailySchedule blocks as defined below.
    MondaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionMondaySchedule>
    One or more dailySchedule blocks as defined below.
    SaturdaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSaturdaySchedule>
    One or more dailySchedule blocks as defined below.
    SundaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSundaySchedule>
    One or more dailySchedule blocks as defined below.
    ThursdaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionThursdaySchedule>
    One or more dailySchedule blocks as defined below.
    TimeZoneName string
    The time zone for the predictions data to be provisioned at.
    TuesdaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionTuesdaySchedule>
    One or more dailySchedule blocks as defined below.
    WednesdaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionWednesdaySchedule>
    One or more dailySchedule blocks as defined below.
    AllWeekSchedule int
    A number of agents available 24/7 all week.
    FridaySchedules []GetManagedDevOpsPoolStatelessAgentManualResourcePredictionFridaySchedule
    One or more dailySchedule blocks as defined below.
    MondaySchedules []GetManagedDevOpsPoolStatelessAgentManualResourcePredictionMondaySchedule
    One or more dailySchedule blocks as defined below.
    SaturdaySchedules []GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSaturdaySchedule
    One or more dailySchedule blocks as defined below.
    SundaySchedules []GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSundaySchedule
    One or more dailySchedule blocks as defined below.
    ThursdaySchedules []GetManagedDevOpsPoolStatelessAgentManualResourcePredictionThursdaySchedule
    One or more dailySchedule blocks as defined below.
    TimeZoneName string
    The time zone for the predictions data to be provisioned at.
    TuesdaySchedules []GetManagedDevOpsPoolStatelessAgentManualResourcePredictionTuesdaySchedule
    One or more dailySchedule blocks as defined below.
    WednesdaySchedules []GetManagedDevOpsPoolStatelessAgentManualResourcePredictionWednesdaySchedule
    One or more dailySchedule blocks as defined below.
    all_week_schedule number
    A number of agents available 24/7 all week.
    friday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    monday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    saturday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    sunday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    thursday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    time_zone_name string
    The time zone for the predictions data to be provisioned at.
    tuesday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    wednesday_schedules list(object)
    One or more dailySchedule blocks as defined below.
    allWeekSchedule Integer
    A number of agents available 24/7 all week.
    fridaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionFridaySchedule>
    One or more dailySchedule blocks as defined below.
    mondaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionMondaySchedule>
    One or more dailySchedule blocks as defined below.
    saturdaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSaturdaySchedule>
    One or more dailySchedule blocks as defined below.
    sundaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSundaySchedule>
    One or more dailySchedule blocks as defined below.
    thursdaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionThursdaySchedule>
    One or more dailySchedule blocks as defined below.
    timeZoneName String
    The time zone for the predictions data to be provisioned at.
    tuesdaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionTuesdaySchedule>
    One or more dailySchedule blocks as defined below.
    wednesdaySchedules List<GetManagedDevOpsPoolStatelessAgentManualResourcePredictionWednesdaySchedule>
    One or more dailySchedule blocks as defined below.
    allWeekSchedule number
    A number of agents available 24/7 all week.
    fridaySchedules GetManagedDevOpsPoolStatelessAgentManualResourcePredictionFridaySchedule[]
    One or more dailySchedule blocks as defined below.
    mondaySchedules GetManagedDevOpsPoolStatelessAgentManualResourcePredictionMondaySchedule[]
    One or more dailySchedule blocks as defined below.
    saturdaySchedules GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSaturdaySchedule[]
    One or more dailySchedule blocks as defined below.
    sundaySchedules GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSundaySchedule[]
    One or more dailySchedule blocks as defined below.
    thursdaySchedules GetManagedDevOpsPoolStatelessAgentManualResourcePredictionThursdaySchedule[]
    One or more dailySchedule blocks as defined below.
    timeZoneName string
    The time zone for the predictions data to be provisioned at.
    tuesdaySchedules GetManagedDevOpsPoolStatelessAgentManualResourcePredictionTuesdaySchedule[]
    One or more dailySchedule blocks as defined below.
    wednesdaySchedules GetManagedDevOpsPoolStatelessAgentManualResourcePredictionWednesdaySchedule[]
    One or more dailySchedule blocks as defined below.
    all_week_schedule int
    A number of agents available 24/7 all week.
    friday_schedules Sequence[GetManagedDevOpsPoolStatelessAgentManualResourcePredictionFridaySchedule]
    One or more dailySchedule blocks as defined below.
    monday_schedules Sequence[GetManagedDevOpsPoolStatelessAgentManualResourcePredictionMondaySchedule]
    One or more dailySchedule blocks as defined below.
    saturday_schedules Sequence[GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSaturdaySchedule]
    One or more dailySchedule blocks as defined below.
    sunday_schedules Sequence[GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSundaySchedule]
    One or more dailySchedule blocks as defined below.
    thursday_schedules Sequence[GetManagedDevOpsPoolStatelessAgentManualResourcePredictionThursdaySchedule]
    One or more dailySchedule blocks as defined below.
    time_zone_name str
    The time zone for the predictions data to be provisioned at.
    tuesday_schedules Sequence[GetManagedDevOpsPoolStatelessAgentManualResourcePredictionTuesdaySchedule]
    One or more dailySchedule blocks as defined below.
    wednesday_schedules Sequence[GetManagedDevOpsPoolStatelessAgentManualResourcePredictionWednesdaySchedule]
    One or more dailySchedule blocks as defined below.
    allWeekSchedule Number
    A number of agents available 24/7 all week.
    fridaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.
    mondaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.
    saturdaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.
    sundaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.
    thursdaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.
    timeZoneName String
    The time zone for the predictions data to be provisioned at.
    tuesdaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.
    wednesdaySchedules List<Property Map>
    One or more dailySchedule blocks as defined below.

    GetManagedDevOpsPoolStatelessAgentManualResourcePredictionFridaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolStatelessAgentManualResourcePredictionMondaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSaturdaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSundaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolStatelessAgentManualResourcePredictionThursdaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolStatelessAgentManualResourcePredictionTuesdaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolStatelessAgentManualResourcePredictionWednesdaySchedule

    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    Count int
    The number of standby agents provisioned at this time.
    Time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Integer
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count number
    The number of standby agents provisioned at this time.
    time string
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count int
    The number of standby agents provisioned at this time.
    time str
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.
    count Number
    The number of standby agents provisioned at this time.
    time String
    The time of day at which the agent count changes, in 24-hour format HH:MM:SS.

    GetManagedDevOpsPoolVirtualMachineScaleSetFabric

    Images List<GetManagedDevOpsPoolVirtualMachineScaleSetFabricImage>
    One or more image blocks as defined below.
    OsDiskStorageAccountType string
    The storage account type for the OS disk.
    Securities List<GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurity>
    A security block as defined below.
    SkuName string
    The Azure SKU of the machines in the pool.
    Storages List<GetManagedDevOpsPoolVirtualMachineScaleSetFabricStorage>
    A storage block as defined below.
    SubnetId string
    The ID of the subnet associated with the Managed DevOps Pool.
    Images []GetManagedDevOpsPoolVirtualMachineScaleSetFabricImage
    One or more image blocks as defined below.
    OsDiskStorageAccountType string
    The storage account type for the OS disk.
    Securities []GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurity
    A security block as defined below.
    SkuName string
    The Azure SKU of the machines in the pool.
    Storages []GetManagedDevOpsPoolVirtualMachineScaleSetFabricStorage
    A storage block as defined below.
    SubnetId string
    The ID of the subnet associated with the Managed DevOps Pool.
    images list(object)
    One or more image blocks as defined below.
    os_disk_storage_account_type string
    The storage account type for the OS disk.
    securities list(object)
    A security block as defined below.
    sku_name string
    The Azure SKU of the machines in the pool.
    storages list(object)
    A storage block as defined below.
    subnet_id string
    The ID of the subnet associated with the Managed DevOps Pool.
    images List<GetManagedDevOpsPoolVirtualMachineScaleSetFabricImage>
    One or more image blocks as defined below.
    osDiskStorageAccountType String
    The storage account type for the OS disk.
    securities List<GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurity>
    A security block as defined below.
    skuName String
    The Azure SKU of the machines in the pool.
    storages List<GetManagedDevOpsPoolVirtualMachineScaleSetFabricStorage>
    A storage block as defined below.
    subnetId String
    The ID of the subnet associated with the Managed DevOps Pool.
    images GetManagedDevOpsPoolVirtualMachineScaleSetFabricImage[]
    One or more image blocks as defined below.
    osDiskStorageAccountType string
    The storage account type for the OS disk.
    securities GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurity[]
    A security block as defined below.
    skuName string
    The Azure SKU of the machines in the pool.
    storages GetManagedDevOpsPoolVirtualMachineScaleSetFabricStorage[]
    A storage block as defined below.
    subnetId string
    The ID of the subnet associated with the Managed DevOps Pool.
    images Sequence[GetManagedDevOpsPoolVirtualMachineScaleSetFabricImage]
    One or more image blocks as defined below.
    os_disk_storage_account_type str
    The storage account type for the OS disk.
    securities Sequence[GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurity]
    A security block as defined below.
    sku_name str
    The Azure SKU of the machines in the pool.
    storages Sequence[GetManagedDevOpsPoolVirtualMachineScaleSetFabricStorage]
    A storage block as defined below.
    subnet_id str
    The ID of the subnet associated with the Managed DevOps Pool.
    images List<Property Map>
    One or more image blocks as defined below.
    osDiskStorageAccountType String
    The storage account type for the OS disk.
    securities List<Property Map>
    A security block as defined below.
    skuName String
    The Azure SKU of the machines in the pool.
    storages List<Property Map>
    A storage block as defined below.
    subnetId String
    The ID of the subnet associated with the Managed DevOps Pool.

    GetManagedDevOpsPoolVirtualMachineScaleSetFabricImage

    Aliases List<string>
    A list of image aliases.
    Buffer string
    The percentage of the buffer allocated to this image.
    Id string
    The resource id of the image.
    WellKnownImageName string
    The image name from a well-known set of images made available to customers.
    Aliases []string
    A list of image aliases.
    Buffer string
    The percentage of the buffer allocated to this image.
    Id string
    The resource id of the image.
    WellKnownImageName string
    The image name from a well-known set of images made available to customers.
    aliases list(string)
    A list of image aliases.
    buffer string
    The percentage of the buffer allocated to this image.
    id string
    The resource id of the image.
    well_known_image_name string
    The image name from a well-known set of images made available to customers.
    aliases List<String>
    A list of image aliases.
    buffer String
    The percentage of the buffer allocated to this image.
    id String
    The resource id of the image.
    wellKnownImageName String
    The image name from a well-known set of images made available to customers.
    aliases string[]
    A list of image aliases.
    buffer string
    The percentage of the buffer allocated to this image.
    id string
    The resource id of the image.
    wellKnownImageName string
    The image name from a well-known set of images made available to customers.
    aliases Sequence[str]
    A list of image aliases.
    buffer str
    The percentage of the buffer allocated to this image.
    id str
    The resource id of the image.
    well_known_image_name str
    The image name from a well-known set of images made available to customers.
    aliases List<String>
    A list of image aliases.
    buffer String
    The percentage of the buffer allocated to this image.
    id String
    The resource id of the image.
    wellKnownImageName String
    The image name from a well-known set of images made available to customers.

    GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurity

    InteractiveLogonEnabled bool
    Whether the agent runs in interactive mode.
    KeyVaultManagements List<GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurityKeyVaultManagement>
    A keyVaultManagement block as defined below.
    InteractiveLogonEnabled bool
    Whether the agent runs in interactive mode.
    KeyVaultManagements []GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurityKeyVaultManagement
    A keyVaultManagement block as defined below.
    interactive_logon_enabled bool
    Whether the agent runs in interactive mode.
    key_vault_managements list(object)
    A keyVaultManagement block as defined below.
    interactiveLogonEnabled Boolean
    Whether the agent runs in interactive mode.
    keyVaultManagements List<GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurityKeyVaultManagement>
    A keyVaultManagement block as defined below.
    interactiveLogonEnabled boolean
    Whether the agent runs in interactive mode.
    keyVaultManagements GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurityKeyVaultManagement[]
    A keyVaultManagement block as defined below.
    interactive_logon_enabled bool
    Whether the agent runs in interactive mode.
    key_vault_managements Sequence[GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurityKeyVaultManagement]
    A keyVaultManagement block as defined below.
    interactiveLogonEnabled Boolean
    Whether the agent runs in interactive mode.
    keyVaultManagements List<Property Map>
    A keyVaultManagement block as defined below.

    GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurityKeyVaultManagement

    CertificateStoreLocation string
    The location where the certificates are stored.
    CertificateStoreName string
    The certificate store name.
    KeyExportEnabled bool
    Whether the keys of the certificates are exportable.
    KeyVaultCertificateIds List<string>
    A list of certificates installed on the machines in the Managed DevOps Pool.
    CertificateStoreLocation string
    The location where the certificates are stored.
    CertificateStoreName string
    The certificate store name.
    KeyExportEnabled bool
    Whether the keys of the certificates are exportable.
    KeyVaultCertificateIds []string
    A list of certificates installed on the machines in the Managed DevOps Pool.
    certificate_store_location string
    The location where the certificates are stored.
    certificate_store_name string
    The certificate store name.
    key_export_enabled bool
    Whether the keys of the certificates are exportable.
    key_vault_certificate_ids list(string)
    A list of certificates installed on the machines in the Managed DevOps Pool.
    certificateStoreLocation String
    The location where the certificates are stored.
    certificateStoreName String
    The certificate store name.
    keyExportEnabled Boolean
    Whether the keys of the certificates are exportable.
    keyVaultCertificateIds List<String>
    A list of certificates installed on the machines in the Managed DevOps Pool.
    certificateStoreLocation string
    The location where the certificates are stored.
    certificateStoreName string
    The certificate store name.
    keyExportEnabled boolean
    Whether the keys of the certificates are exportable.
    keyVaultCertificateIds string[]
    A list of certificates installed on the machines in the Managed DevOps Pool.
    certificate_store_location str
    The location where the certificates are stored.
    certificate_store_name str
    The certificate store name.
    key_export_enabled bool
    Whether the keys of the certificates are exportable.
    key_vault_certificate_ids Sequence[str]
    A list of certificates installed on the machines in the Managed DevOps Pool.
    certificateStoreLocation String
    The location where the certificates are stored.
    certificateStoreName String
    The certificate store name.
    keyExportEnabled Boolean
    Whether the keys of the certificates are exportable.
    keyVaultCertificateIds List<String>
    A list of certificates installed on the machines in the Managed DevOps Pool.

    GetManagedDevOpsPoolVirtualMachineScaleSetFabricStorage

    Caching string
    The type of caching for the data disk.
    DiskSizeInGb int
    The initial disk size in gigabytes.
    DriveLetter string
    The drive letter for the data disk.
    StorageAccountType string
    The storage account type of the data disk.
    Caching string
    The type of caching for the data disk.
    DiskSizeInGb int
    The initial disk size in gigabytes.
    DriveLetter string
    The drive letter for the data disk.
    StorageAccountType string
    The storage account type of the data disk.
    caching string
    The type of caching for the data disk.
    disk_size_in_gb number
    The initial disk size in gigabytes.
    drive_letter string
    The drive letter for the data disk.
    storage_account_type string
    The storage account type of the data disk.
    caching String
    The type of caching for the data disk.
    diskSizeInGb Integer
    The initial disk size in gigabytes.
    driveLetter String
    The drive letter for the data disk.
    storageAccountType String
    The storage account type of the data disk.
    caching string
    The type of caching for the data disk.
    diskSizeInGb number
    The initial disk size in gigabytes.
    driveLetter string
    The drive letter for the data disk.
    storageAccountType string
    The storage account type of the data disk.
    caching str
    The type of caching for the data disk.
    disk_size_in_gb int
    The initial disk size in gigabytes.
    drive_letter str
    The drive letter for the data disk.
    storage_account_type str
    The storage account type of the data disk.
    caching String
    The type of caching for the data disk.
    diskSizeInGb Number
    The initial disk size in gigabytes.
    driveLetter String
    The drive letter for the data disk.
    storageAccountType String
    The storage account type of the data disk.

    Package Details

    Repository
    Azure Classic pulumi/pulumi-azure
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the azurerm Terraform Provider.
    azure logo

    We recommend using Azure Native.

    Viewing docs for Azure v6.35.0
    published on Tuesday, Apr 21, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.