We recommend using Azure Native.
Viewing docs for Azure v6.35.0
published on Tuesday, Apr 21, 2026 by Pulumi
published on Tuesday, Apr 21, 2026 by Pulumi
We recommend using Azure Native.
Viewing docs for Azure v6.35.0
published on Tuesday, Apr 21, 2026 by Pulumi
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 dictionarydata "azure_devcenter_getmanageddevopspool" "name" {
# arguments
}The following arguments are supported:
- Name string
- The name of this Managed DevOps Pool.
- Resource
Group stringName - The name of the Resource Group where the Managed DevOps Pool exists.
- Name string
- The name of this Managed DevOps Pool.
- Resource
Group stringName - The name of the Resource Group where the Managed DevOps Pool exists.
- name string
- The name of this Managed DevOps Pool.
- resource_
group_ stringname - The name of the Resource Group where the Managed DevOps Pool exists.
- name String
- The name of this Managed DevOps Pool.
- resource
Group StringName - The name of the Resource Group where the Managed DevOps Pool exists.
- name string
- The name of this Managed DevOps Pool.
- resource
Group stringName - The name of the Resource Group where the Managed DevOps Pool exists.
- name str
- The name of this Managed DevOps Pool.
- resource_
group_ strname - The name of the Resource Group where the Managed DevOps Pool exists.
- name String
- The name of this Managed DevOps Pool.
- resource
Group StringName - The name of the Resource Group where the Managed DevOps Pool exists.
getManagedDevOpsPool Result
The following output properties are available:
- Azure
Devops List<GetOrganizations Managed Dev Ops Pool Azure Devops Organization> - An
azureDevopsOrganizationblock as defined below. - Dev
Center stringProject Id - The ID of the Dev Center project.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identities
List<Get
Managed Dev Ops Pool Identity> - An
identityblock as defined below. - Location string
- The Azure Region where the Managed DevOps Pool exists.
- Maximum
Concurrency int - The maximum number of agents that can be created.
- Name string
- Resource
Group stringName - Stateful
Agents List<GetManaged Dev Ops Pool Stateful Agent> - A
statefulAgentblock as defined below. - Stateless
Agents List<GetManaged Dev Ops Pool Stateless Agent> - A
statelessAgentblock as defined below. - Dictionary<string, string>
- A mapping of tags assigned to the Managed DevOps Pool.
- Virtual
Machine List<GetScale Set Fabrics Managed Dev Ops Pool Virtual Machine Scale Set Fabric> - A
virtualMachineScaleSetFabricblock as defined below. - Work
Folder string - The work folder for every agent in the pool.
- Azure
Devops []GetOrganizations Managed Dev Ops Pool Azure Devops Organization - An
azureDevopsOrganizationblock as defined below. - Dev
Center stringProject Id - The ID of the Dev Center project.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identities
[]Get
Managed Dev Ops Pool Identity - An
identityblock as defined below. - Location string
- The Azure Region where the Managed DevOps Pool exists.
- Maximum
Concurrency int - The maximum number of agents that can be created.
- Name string
- Resource
Group stringName - Stateful
Agents []GetManaged Dev Ops Pool Stateful Agent - A
statefulAgentblock as defined below. - Stateless
Agents []GetManaged Dev Ops Pool Stateless Agent - A
statelessAgentblock as defined below. - map[string]string
- A mapping of tags assigned to the Managed DevOps Pool.
- Virtual
Machine []GetScale Set Fabrics Managed Dev Ops Pool Virtual Machine Scale Set Fabric - A
virtualMachineScaleSetFabricblock as defined below. - Work
Folder string - The work folder for every agent in the pool.
- azure_
devops_ list(object)organizations - An
azureDevopsOrganizationblock as defined below. - dev_
center_ stringproject_ id - The ID of the Dev Center project.
- id string
- The provider-assigned unique ID for this managed resource.
- identities list(object)
- An
identityblock 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_ stringname - stateful_
agents list(object) - A
statefulAgentblock as defined below. - stateless_
agents list(object) - A
statelessAgentblock as defined below. - map(string)
- A mapping of tags assigned to the Managed DevOps Pool.
- virtual_
machine_ list(object)scale_ set_ fabrics - A
virtualMachineScaleSetFabricblock as defined below. - work_
folder string - The work folder for every agent in the pool.
- azure
Devops List<GetOrganizations Managed Dev Ops Pool Azure Devops Organization> - An
azureDevopsOrganizationblock as defined below. - dev
Center StringProject Id - The ID of the Dev Center project.
- id String
- The provider-assigned unique ID for this managed resource.
- identities
List<Get
Managed Dev Ops Pool Identity> - An
identityblock as defined below. - location String
- The Azure Region where the Managed DevOps Pool exists.
- maximum
Concurrency Integer - The maximum number of agents that can be created.
- name String
- resource
Group StringName - stateful
Agents List<GetManaged Dev Ops Pool Stateful Agent> - A
statefulAgentblock as defined below. - stateless
Agents List<GetManaged Dev Ops Pool Stateless Agent> - A
statelessAgentblock as defined below. - Map<String,String>
- A mapping of tags assigned to the Managed DevOps Pool.
- virtual
Machine List<GetScale Set Fabrics Managed Dev Ops Pool Virtual Machine Scale Set Fabric> - A
virtualMachineScaleSetFabricblock as defined below. - work
Folder String - The work folder for every agent in the pool.
- azure
Devops GetOrganizations Managed Dev Ops Pool Azure Devops Organization[] - An
azureDevopsOrganizationblock as defined below. - dev
Center stringProject Id - The ID of the Dev Center project.
- id string
- The provider-assigned unique ID for this managed resource.
- identities
Get
Managed Dev Ops Pool Identity[] - An
identityblock 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 stringName - stateful
Agents GetManaged Dev Ops Pool Stateful Agent[] - A
statefulAgentblock as defined below. - stateless
Agents GetManaged Dev Ops Pool Stateless Agent[] - A
statelessAgentblock as defined below. - {[key: string]: string}
- A mapping of tags assigned to the Managed DevOps Pool.
- virtual
Machine GetScale Set Fabrics Managed Dev Ops Pool Virtual Machine Scale Set Fabric[] - A
virtualMachineScaleSetFabricblock as defined below. - work
Folder string - The work folder for every agent in the pool.
- azure_
devops_ Sequence[Getorganizations Managed Dev Ops Pool Azure Devops Organization] - An
azureDevopsOrganizationblock as defined below. - dev_
center_ strproject_ id - The ID of the Dev Center project.
- id str
- The provider-assigned unique ID for this managed resource.
- identities
Sequence[Get
Managed Dev Ops Pool Identity] - An
identityblock 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_ strname - stateful_
agents Sequence[GetManaged Dev Ops Pool Stateful Agent] - A
statefulAgentblock as defined below. - stateless_
agents Sequence[GetManaged Dev Ops Pool Stateless Agent] - A
statelessAgentblock as defined below. - Mapping[str, str]
- A mapping of tags assigned to the Managed DevOps Pool.
- virtual_
machine_ Sequence[Getscale_ set_ fabrics Managed Dev Ops Pool Virtual Machine Scale Set Fabric] - A
virtualMachineScaleSetFabricblock as defined below. - work_
folder str - The work folder for every agent in the pool.
- azure
Devops List<Property Map>Organizations - An
azureDevopsOrganizationblock as defined below. - dev
Center StringProject Id - The ID of the Dev Center project.
- id String
- The provider-assigned unique ID for this managed resource.
- identities List<Property Map>
- An
identityblock 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 StringName - stateful
Agents List<Property Map> - A
statefulAgentblock as defined below. - stateless
Agents List<Property Map> - A
statelessAgentblock as defined below. - Map<String>
- A mapping of tags assigned to the Managed DevOps Pool.
- virtual
Machine List<Property Map>Scale Set Fabrics - A
virtualMachineScaleSetFabricblock as defined below. - work
Folder String - The work folder for every agent in the pool.
Supporting Types
GetManagedDevOpsPoolAzureDevopsOrganization
- Organizations
List<Get
Managed Dev Ops Pool Azure Devops Organization Organization> - One or more
organizationblocks as defined below. - Permissions
List<Get
Managed Dev Ops Pool Azure Devops Organization Permission> - A
permissionblock as defined below.
- Organizations
[]Get
Managed Dev Ops Pool Azure Devops Organization Organization - One or more
organizationblocks as defined below. - Permissions
[]Get
Managed Dev Ops Pool Azure Devops Organization Permission - A
permissionblock as defined below.
- organizations list(object)
- One or more
organizationblocks as defined below. - permissions list(object)
- A
permissionblock as defined below.
- organizations
List<Get
Managed Dev Ops Pool Azure Devops Organization Organization> - One or more
organizationblocks as defined below. - permissions
List<Get
Managed Dev Ops Pool Azure Devops Organization Permission> - A
permissionblock as defined below.
- organizations
Get
Managed Dev Ops Pool Azure Devops Organization Organization[] - One or more
organizationblocks as defined below. - permissions
Get
Managed Dev Ops Pool Azure Devops Organization Permission[] - A
permissionblock as defined below.
- organizations
Sequence[Get
Managed Dev Ops Pool Azure Devops Organization Organization] - One or more
organizationblocks as defined below. - permissions
Sequence[Get
Managed Dev Ops Pool Azure Devops Organization Permission] - A
permissionblock as defined below.
- organizations List<Property Map>
- One or more
organizationblocks as defined below. - permissions List<Property Map>
- A
permissionblock as defined below.
GetManagedDevOpsPoolAzureDevopsOrganizationOrganization
- Parallelism int
- Maximum numbers of machines in this organization out of the
maximumConcurrencyof 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
maximumConcurrencyof 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
maximumConcurrencyof 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
maximumConcurrencyof 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
maximumConcurrencyof 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
maximumConcurrencyof 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
maximumConcurrencyof 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
- Administrator
Accounts List<GetManaged Dev Ops Pool Azure Devops Organization Permission Administrator Account> - An
administratorAccountblock as defined below. - Kind string
- The type of Azure DevOps pool permission.
- Administrator
Accounts []GetManaged Dev Ops Pool Azure Devops Organization Permission Administrator Account - An
administratorAccountblock as defined below. - Kind string
- The type of Azure DevOps pool permission.
- administrator_
accounts list(object) - An
administratorAccountblock as defined below. - kind string
- The type of Azure DevOps pool permission.
- administrator
Accounts List<GetManaged Dev Ops Pool Azure Devops Organization Permission Administrator Account> - An
administratorAccountblock as defined below. - kind String
- The type of Azure DevOps pool permission.
- administrator
Accounts GetManaged Dev Ops Pool Azure Devops Organization Permission Administrator Account[] - An
administratorAccountblock as defined below. - kind string
- The type of Azure DevOps pool permission.
- administrator_
accounts Sequence[GetManaged Dev Ops Pool Azure Devops Organization Permission Administrator Account] - An
administratorAccountblock as defined below. - kind str
- The type of Azure DevOps pool permission.
- administrator
Accounts List<Property Map> - An
administratorAccountblock as defined below. - kind String
- The type of Azure DevOps pool permission.
GetManagedDevOpsPoolAzureDevopsOrganizationPermissionAdministratorAccount
GetManagedDevOpsPoolIdentity
- 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.
- Identity
Ids []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.
- 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.
- identity
Ids 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.
- 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.
GetManagedDevOpsPoolStatefulAgent
- Automatic
Resource List<GetPredictions Managed Dev Ops Pool Stateful Agent Automatic Resource Prediction> - An
automaticResourcePredictionblock as defined below. - Grace
Period stringTime Span - The amount of time an agent in a
statefulpool waits for new jobs before shutting down after all current and queued jobs are complete. - Manual
Resource List<GetPredictions Managed Dev Ops Pool Stateful Agent Manual Resource Prediction> - A
manualResourcePredictionblock as defined below. - Maximum
Agent stringLifetime - The maximum duration an agent in a
statefulpool can run before it is shut down and discarded.
- Automatic
Resource []GetPredictions Managed Dev Ops Pool Stateful Agent Automatic Resource Prediction - An
automaticResourcePredictionblock as defined below. - Grace
Period stringTime Span - The amount of time an agent in a
statefulpool waits for new jobs before shutting down after all current and queued jobs are complete. - Manual
Resource []GetPredictions Managed Dev Ops Pool Stateful Agent Manual Resource Prediction - A
manualResourcePredictionblock as defined below. - Maximum
Agent stringLifetime - The maximum duration an agent in a
statefulpool can run before it is shut down and discarded.
- automatic_
resource_ list(object)predictions - An
automaticResourcePredictionblock as defined below. - grace_
period_ stringtime_ span - The amount of time an agent in a
statefulpool waits for new jobs before shutting down after all current and queued jobs are complete. - manual_
resource_ list(object)predictions - A
manualResourcePredictionblock as defined below. - maximum_
agent_ stringlifetime - The maximum duration an agent in a
statefulpool can run before it is shut down and discarded.
- automatic
Resource List<GetPredictions Managed Dev Ops Pool Stateful Agent Automatic Resource Prediction> - An
automaticResourcePredictionblock as defined below. - grace
Period StringTime Span - The amount of time an agent in a
statefulpool waits for new jobs before shutting down after all current and queued jobs are complete. - manual
Resource List<GetPredictions Managed Dev Ops Pool Stateful Agent Manual Resource Prediction> - A
manualResourcePredictionblock as defined below. - maximum
Agent StringLifetime - The maximum duration an agent in a
statefulpool can run before it is shut down and discarded.
- automatic
Resource GetPredictions Managed Dev Ops Pool Stateful Agent Automatic Resource Prediction[] - An
automaticResourcePredictionblock as defined below. - grace
Period stringTime Span - The amount of time an agent in a
statefulpool waits for new jobs before shutting down after all current and queued jobs are complete. - manual
Resource GetPredictions Managed Dev Ops Pool Stateful Agent Manual Resource Prediction[] - A
manualResourcePredictionblock as defined below. - maximum
Agent stringLifetime - The maximum duration an agent in a
statefulpool can run before it is shut down and discarded.
- automatic_
resource_ Sequence[Getpredictions Managed Dev Ops Pool Stateful Agent Automatic Resource Prediction] - An
automaticResourcePredictionblock as defined below. - grace_
period_ strtime_ span - The amount of time an agent in a
statefulpool waits for new jobs before shutting down after all current and queued jobs are complete. - manual_
resource_ Sequence[Getpredictions Managed Dev Ops Pool Stateful Agent Manual Resource Prediction] - A
manualResourcePredictionblock as defined below. - maximum_
agent_ strlifetime - The maximum duration an agent in a
statefulpool can run before it is shut down and discarded.
- automatic
Resource List<Property Map>Predictions - An
automaticResourcePredictionblock as defined below. - grace
Period StringTime Span - The amount of time an agent in a
statefulpool waits for new jobs before shutting down after all current and queued jobs are complete. - manual
Resource List<Property Map>Predictions - A
manualResourcePredictionblock as defined below. - maximum
Agent StringLifetime - The maximum duration an agent in a
statefulpool can run before it is shut down and discarded.
GetManagedDevOpsPoolStatefulAgentAutomaticResourcePrediction
- Prediction
Preference string - The desired balance between cost and performance.
- Prediction
Preference string - The desired balance between cost and performance.
- prediction_
preference string - The desired balance between cost and performance.
- prediction
Preference String - The desired balance between cost and performance.
- prediction
Preference string - The desired balance between cost and performance.
- prediction_
preference str - The desired balance between cost and performance.
- prediction
Preference String - The desired balance between cost and performance.
GetManagedDevOpsPoolStatefulAgentManualResourcePrediction
- All
Week intSchedule - A number of agents available 24/7 all week.
- Friday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Friday Schedule> - One or more
dailyScheduleblocks as defined below. - Monday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Monday Schedule> - One or more
dailyScheduleblocks as defined below. - Saturday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Saturday Schedule> - One or more
dailyScheduleblocks as defined below. - Sunday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Sunday Schedule> - One or more
dailyScheduleblocks as defined below. - Thursday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Thursday Schedule> - One or more
dailyScheduleblocks as defined below. - Time
Zone stringName - The time zone for the predictions data to be provisioned at.
- Tuesday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Tuesday Schedule> - One or more
dailyScheduleblocks as defined below. - Wednesday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Wednesday Schedule> - One or more
dailyScheduleblocks as defined below.
- All
Week intSchedule - A number of agents available 24/7 all week.
- Friday
Schedules []GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Friday Schedule - One or more
dailyScheduleblocks as defined below. - Monday
Schedules []GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Monday Schedule - One or more
dailyScheduleblocks as defined below. - Saturday
Schedules []GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Saturday Schedule - One or more
dailyScheduleblocks as defined below. - Sunday
Schedules []GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Sunday Schedule - One or more
dailyScheduleblocks as defined below. - Thursday
Schedules []GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Thursday Schedule - One or more
dailyScheduleblocks as defined below. - Time
Zone stringName - The time zone for the predictions data to be provisioned at.
- Tuesday
Schedules []GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Tuesday Schedule - One or more
dailyScheduleblocks as defined below. - Wednesday
Schedules []GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Wednesday Schedule - One or more
dailyScheduleblocks as defined below.
- all_
week_ numberschedule - A number of agents available 24/7 all week.
- friday_
schedules list(object) - One or more
dailyScheduleblocks as defined below. - monday_
schedules list(object) - One or more
dailyScheduleblocks as defined below. - saturday_
schedules list(object) - One or more
dailyScheduleblocks as defined below. - sunday_
schedules list(object) - One or more
dailyScheduleblocks as defined below. - thursday_
schedules list(object) - One or more
dailyScheduleblocks as defined below. - time_
zone_ stringname - The time zone for the predictions data to be provisioned at.
- tuesday_
schedules list(object) - One or more
dailyScheduleblocks as defined below. - wednesday_
schedules list(object) - One or more
dailyScheduleblocks as defined below.
- all
Week IntegerSchedule - A number of agents available 24/7 all week.
- friday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Friday Schedule> - One or more
dailyScheduleblocks as defined below. - monday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Monday Schedule> - One or more
dailyScheduleblocks as defined below. - saturday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Saturday Schedule> - One or more
dailyScheduleblocks as defined below. - sunday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Sunday Schedule> - One or more
dailyScheduleblocks as defined below. - thursday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Thursday Schedule> - One or more
dailyScheduleblocks as defined below. - time
Zone StringName - The time zone for the predictions data to be provisioned at.
- tuesday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Tuesday Schedule> - One or more
dailyScheduleblocks as defined below. - wednesday
Schedules List<GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Wednesday Schedule> - One or more
dailyScheduleblocks as defined below.
- all
Week numberSchedule - A number of agents available 24/7 all week.
- friday
Schedules GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Friday Schedule[] - One or more
dailyScheduleblocks as defined below. - monday
Schedules GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Monday Schedule[] - One or more
dailyScheduleblocks as defined below. - saturday
Schedules GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Saturday Schedule[] - One or more
dailyScheduleblocks as defined below. - sunday
Schedules GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Sunday Schedule[] - One or more
dailyScheduleblocks as defined below. - thursday
Schedules GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Thursday Schedule[] - One or more
dailyScheduleblocks as defined below. - time
Zone stringName - The time zone for the predictions data to be provisioned at.
- tuesday
Schedules GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Tuesday Schedule[] - One or more
dailyScheduleblocks as defined below. - wednesday
Schedules GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Wednesday Schedule[] - One or more
dailyScheduleblocks as defined below.
- all_
week_ intschedule - A number of agents available 24/7 all week.
- friday_
schedules Sequence[GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Friday Schedule] - One or more
dailyScheduleblocks as defined below. - monday_
schedules Sequence[GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Monday Schedule] - One or more
dailyScheduleblocks as defined below. - saturday_
schedules Sequence[GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Saturday Schedule] - One or more
dailyScheduleblocks as defined below. - sunday_
schedules Sequence[GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Sunday Schedule] - One or more
dailyScheduleblocks as defined below. - thursday_
schedules Sequence[GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Thursday Schedule] - One or more
dailyScheduleblocks as defined below. - time_
zone_ strname - The time zone for the predictions data to be provisioned at.
- tuesday_
schedules Sequence[GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Tuesday Schedule] - One or more
dailyScheduleblocks as defined below. - wednesday_
schedules Sequence[GetManaged Dev Ops Pool Stateful Agent Manual Resource Prediction Wednesday Schedule] - One or more
dailyScheduleblocks as defined below.
- all
Week NumberSchedule - A number of agents available 24/7 all week.
- friday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below. - monday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below. - saturday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below. - sunday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below. - thursday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below. - time
Zone StringName - The time zone for the predictions data to be provisioned at.
- tuesday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below. - wednesday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below.
GetManagedDevOpsPoolStatefulAgentManualResourcePredictionFridaySchedule
GetManagedDevOpsPoolStatefulAgentManualResourcePredictionMondaySchedule
GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSaturdaySchedule
GetManagedDevOpsPoolStatefulAgentManualResourcePredictionSundaySchedule
GetManagedDevOpsPoolStatefulAgentManualResourcePredictionThursdaySchedule
GetManagedDevOpsPoolStatefulAgentManualResourcePredictionTuesdaySchedule
GetManagedDevOpsPoolStatefulAgentManualResourcePredictionWednesdaySchedule
GetManagedDevOpsPoolStatelessAgent
- Automatic
Resource List<GetPredictions Managed Dev Ops Pool Stateless Agent Automatic Resource Prediction> - An
automaticResourcePredictionblock as defined below. - Manual
Resource List<GetPredictions Managed Dev Ops Pool Stateless Agent Manual Resource Prediction> - A
manualResourcePredictionblock as defined below.
- Automatic
Resource []GetPredictions Managed Dev Ops Pool Stateless Agent Automatic Resource Prediction - An
automaticResourcePredictionblock as defined below. - Manual
Resource []GetPredictions Managed Dev Ops Pool Stateless Agent Manual Resource Prediction - A
manualResourcePredictionblock as defined below.
- automatic_
resource_ list(object)predictions - An
automaticResourcePredictionblock as defined below. - manual_
resource_ list(object)predictions - A
manualResourcePredictionblock as defined below.
- automatic
Resource List<GetPredictions Managed Dev Ops Pool Stateless Agent Automatic Resource Prediction> - An
automaticResourcePredictionblock as defined below. - manual
Resource List<GetPredictions Managed Dev Ops Pool Stateless Agent Manual Resource Prediction> - A
manualResourcePredictionblock as defined below.
- automatic
Resource GetPredictions Managed Dev Ops Pool Stateless Agent Automatic Resource Prediction[] - An
automaticResourcePredictionblock as defined below. - manual
Resource GetPredictions Managed Dev Ops Pool Stateless Agent Manual Resource Prediction[] - A
manualResourcePredictionblock as defined below.
- automatic_
resource_ Sequence[Getpredictions Managed Dev Ops Pool Stateless Agent Automatic Resource Prediction] - An
automaticResourcePredictionblock as defined below. - manual_
resource_ Sequence[Getpredictions Managed Dev Ops Pool Stateless Agent Manual Resource Prediction] - A
manualResourcePredictionblock as defined below.
- automatic
Resource List<Property Map>Predictions - An
automaticResourcePredictionblock as defined below. - manual
Resource List<Property Map>Predictions - A
manualResourcePredictionblock as defined below.
GetManagedDevOpsPoolStatelessAgentAutomaticResourcePrediction
- Prediction
Preference string - The desired balance between cost and performance.
- Prediction
Preference string - The desired balance between cost and performance.
- prediction_
preference string - The desired balance between cost and performance.
- prediction
Preference String - The desired balance between cost and performance.
- prediction
Preference string - The desired balance between cost and performance.
- prediction_
preference str - The desired balance between cost and performance.
- prediction
Preference String - The desired balance between cost and performance.
GetManagedDevOpsPoolStatelessAgentManualResourcePrediction
- All
Week intSchedule - A number of agents available 24/7 all week.
- Friday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Friday Schedule> - One or more
dailyScheduleblocks as defined below. - Monday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Monday Schedule> - One or more
dailyScheduleblocks as defined below. - Saturday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Saturday Schedule> - One or more
dailyScheduleblocks as defined below. - Sunday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Sunday Schedule> - One or more
dailyScheduleblocks as defined below. - Thursday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Thursday Schedule> - One or more
dailyScheduleblocks as defined below. - Time
Zone stringName - The time zone for the predictions data to be provisioned at.
- Tuesday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Tuesday Schedule> - One or more
dailyScheduleblocks as defined below. - Wednesday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Wednesday Schedule> - One or more
dailyScheduleblocks as defined below.
- All
Week intSchedule - A number of agents available 24/7 all week.
- Friday
Schedules []GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Friday Schedule - One or more
dailyScheduleblocks as defined below. - Monday
Schedules []GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Monday Schedule - One or more
dailyScheduleblocks as defined below. - Saturday
Schedules []GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Saturday Schedule - One or more
dailyScheduleblocks as defined below. - Sunday
Schedules []GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Sunday Schedule - One or more
dailyScheduleblocks as defined below. - Thursday
Schedules []GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Thursday Schedule - One or more
dailyScheduleblocks as defined below. - Time
Zone stringName - The time zone for the predictions data to be provisioned at.
- Tuesday
Schedules []GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Tuesday Schedule - One or more
dailyScheduleblocks as defined below. - Wednesday
Schedules []GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Wednesday Schedule - One or more
dailyScheduleblocks as defined below.
- all_
week_ numberschedule - A number of agents available 24/7 all week.
- friday_
schedules list(object) - One or more
dailyScheduleblocks as defined below. - monday_
schedules list(object) - One or more
dailyScheduleblocks as defined below. - saturday_
schedules list(object) - One or more
dailyScheduleblocks as defined below. - sunday_
schedules list(object) - One or more
dailyScheduleblocks as defined below. - thursday_
schedules list(object) - One or more
dailyScheduleblocks as defined below. - time_
zone_ stringname - The time zone for the predictions data to be provisioned at.
- tuesday_
schedules list(object) - One or more
dailyScheduleblocks as defined below. - wednesday_
schedules list(object) - One or more
dailyScheduleblocks as defined below.
- all
Week IntegerSchedule - A number of agents available 24/7 all week.
- friday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Friday Schedule> - One or more
dailyScheduleblocks as defined below. - monday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Monday Schedule> - One or more
dailyScheduleblocks as defined below. - saturday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Saturday Schedule> - One or more
dailyScheduleblocks as defined below. - sunday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Sunday Schedule> - One or more
dailyScheduleblocks as defined below. - thursday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Thursday Schedule> - One or more
dailyScheduleblocks as defined below. - time
Zone StringName - The time zone for the predictions data to be provisioned at.
- tuesday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Tuesday Schedule> - One or more
dailyScheduleblocks as defined below. - wednesday
Schedules List<GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Wednesday Schedule> - One or more
dailyScheduleblocks as defined below.
- all
Week numberSchedule - A number of agents available 24/7 all week.
- friday
Schedules GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Friday Schedule[] - One or more
dailyScheduleblocks as defined below. - monday
Schedules GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Monday Schedule[] - One or more
dailyScheduleblocks as defined below. - saturday
Schedules GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Saturday Schedule[] - One or more
dailyScheduleblocks as defined below. - sunday
Schedules GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Sunday Schedule[] - One or more
dailyScheduleblocks as defined below. - thursday
Schedules GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Thursday Schedule[] - One or more
dailyScheduleblocks as defined below. - time
Zone stringName - The time zone for the predictions data to be provisioned at.
- tuesday
Schedules GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Tuesday Schedule[] - One or more
dailyScheduleblocks as defined below. - wednesday
Schedules GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Wednesday Schedule[] - One or more
dailyScheduleblocks as defined below.
- all_
week_ intschedule - A number of agents available 24/7 all week.
- friday_
schedules Sequence[GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Friday Schedule] - One or more
dailyScheduleblocks as defined below. - monday_
schedules Sequence[GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Monday Schedule] - One or more
dailyScheduleblocks as defined below. - saturday_
schedules Sequence[GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Saturday Schedule] - One or more
dailyScheduleblocks as defined below. - sunday_
schedules Sequence[GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Sunday Schedule] - One or more
dailyScheduleblocks as defined below. - thursday_
schedules Sequence[GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Thursday Schedule] - One or more
dailyScheduleblocks as defined below. - time_
zone_ strname - The time zone for the predictions data to be provisioned at.
- tuesday_
schedules Sequence[GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Tuesday Schedule] - One or more
dailyScheduleblocks as defined below. - wednesday_
schedules Sequence[GetManaged Dev Ops Pool Stateless Agent Manual Resource Prediction Wednesday Schedule] - One or more
dailyScheduleblocks as defined below.
- all
Week NumberSchedule - A number of agents available 24/7 all week.
- friday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below. - monday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below. - saturday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below. - sunday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below. - thursday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below. - time
Zone StringName - The time zone for the predictions data to be provisioned at.
- tuesday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below. - wednesday
Schedules List<Property Map> - One or more
dailyScheduleblocks as defined below.
GetManagedDevOpsPoolStatelessAgentManualResourcePredictionFridaySchedule
GetManagedDevOpsPoolStatelessAgentManualResourcePredictionMondaySchedule
GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSaturdaySchedule
GetManagedDevOpsPoolStatelessAgentManualResourcePredictionSundaySchedule
GetManagedDevOpsPoolStatelessAgentManualResourcePredictionThursdaySchedule
GetManagedDevOpsPoolStatelessAgentManualResourcePredictionTuesdaySchedule
GetManagedDevOpsPoolStatelessAgentManualResourcePredictionWednesdaySchedule
GetManagedDevOpsPoolVirtualMachineScaleSetFabric
- Images
List<Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Image> - One or more
imageblocks as defined below. - Os
Disk stringStorage Account Type - The storage account type for the OS disk.
- Securities
List<Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Security> - A
securityblock as defined below. - Sku
Name string - The Azure SKU of the machines in the pool.
- Storages
List<Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Storage> - A
storageblock as defined below. - Subnet
Id string - The ID of the subnet associated with the Managed DevOps Pool.
- Images
[]Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Image - One or more
imageblocks as defined below. - Os
Disk stringStorage Account Type - The storage account type for the OS disk.
- Securities
[]Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Security - A
securityblock as defined below. - Sku
Name string - The Azure SKU of the machines in the pool.
- Storages
[]Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Storage - A
storageblock as defined below. - Subnet
Id string - The ID of the subnet associated with the Managed DevOps Pool.
- images list(object)
- One or more
imageblocks as defined below. - os_
disk_ stringstorage_ account_ type - The storage account type for the OS disk.
- securities list(object)
- A
securityblock as defined below. - sku_
name string - The Azure SKU of the machines in the pool.
- storages list(object)
- A
storageblock as defined below. - subnet_
id string - The ID of the subnet associated with the Managed DevOps Pool.
- images
List<Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Image> - One or more
imageblocks as defined below. - os
Disk StringStorage Account Type - The storage account type for the OS disk.
- securities
List<Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Security> - A
securityblock as defined below. - sku
Name String - The Azure SKU of the machines in the pool.
- storages
List<Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Storage> - A
storageblock as defined below. - subnet
Id String - The ID of the subnet associated with the Managed DevOps Pool.
- images
Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Image[] - One or more
imageblocks as defined below. - os
Disk stringStorage Account Type - The storage account type for the OS disk.
- securities
Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Security[] - A
securityblock as defined below. - sku
Name string - The Azure SKU of the machines in the pool.
- storages
Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Storage[] - A
storageblock as defined below. - subnet
Id string - The ID of the subnet associated with the Managed DevOps Pool.
- images
Sequence[Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Image] - One or more
imageblocks as defined below. - os_
disk_ strstorage_ account_ type - The storage account type for the OS disk.
- securities
Sequence[Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Security] - A
securityblock as defined below. - sku_
name str - The Azure SKU of the machines in the pool.
- storages
Sequence[Get
Managed Dev Ops Pool Virtual Machine Scale Set Fabric Storage] - A
storageblock as defined below. - subnet_
id str - The ID of the subnet associated with the Managed DevOps Pool.
- images List<Property Map>
- One or more
imageblocks as defined below. - os
Disk StringStorage Account Type - The storage account type for the OS disk.
- securities List<Property Map>
- A
securityblock as defined below. - sku
Name String - The Azure SKU of the machines in the pool.
- storages List<Property Map>
- A
storageblock as defined below. - subnet
Id 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.
- Well
Known stringImage Name - 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.
- Well
Known stringImage Name - 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_ stringimage_ name - 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 StringImage Name - 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.
- well
Known stringImage Name - 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_ strimage_ name - 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 StringImage Name - The image name from a well-known set of images made available to customers.
GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurity
- Interactive
Logon boolEnabled - Whether the agent runs in interactive mode.
- Key
Vault List<GetManagements Managed Dev Ops Pool Virtual Machine Scale Set Fabric Security Key Vault Management> - A
keyVaultManagementblock as defined below.
- Interactive
Logon boolEnabled - Whether the agent runs in interactive mode.
- Key
Vault []GetManagements Managed Dev Ops Pool Virtual Machine Scale Set Fabric Security Key Vault Management - A
keyVaultManagementblock as defined below.
- interactive_
logon_ boolenabled - Whether the agent runs in interactive mode.
- key_
vault_ list(object)managements - A
keyVaultManagementblock as defined below.
- interactive
Logon BooleanEnabled - Whether the agent runs in interactive mode.
- key
Vault List<GetManagements Managed Dev Ops Pool Virtual Machine Scale Set Fabric Security Key Vault Management> - A
keyVaultManagementblock as defined below.
- interactive
Logon booleanEnabled - Whether the agent runs in interactive mode.
- key
Vault GetManagements Managed Dev Ops Pool Virtual Machine Scale Set Fabric Security Key Vault Management[] - A
keyVaultManagementblock as defined below.
- interactive_
logon_ boolenabled - Whether the agent runs in interactive mode.
- key_
vault_ Sequence[Getmanagements Managed Dev Ops Pool Virtual Machine Scale Set Fabric Security Key Vault Management] - A
keyVaultManagementblock as defined below.
- interactive
Logon BooleanEnabled - Whether the agent runs in interactive mode.
- key
Vault List<Property Map>Managements - A
keyVaultManagementblock as defined below.
GetManagedDevOpsPoolVirtualMachineScaleSetFabricSecurityKeyVaultManagement
- Certificate
Store stringLocation - The location where the certificates are stored.
- Certificate
Store stringName - The certificate store name.
- Key
Export boolEnabled - Whether the keys of the certificates are exportable.
- Key
Vault List<string>Certificate Ids - A list of certificates installed on the machines in the Managed DevOps Pool.
- Certificate
Store stringLocation - The location where the certificates are stored.
- Certificate
Store stringName - The certificate store name.
- Key
Export boolEnabled - Whether the keys of the certificates are exportable.
- Key
Vault []stringCertificate Ids - A list of certificates installed on the machines in the Managed DevOps Pool.
- certificate_
store_ stringlocation - The location where the certificates are stored.
- certificate_
store_ stringname - The certificate store name.
- key_
export_ boolenabled - Whether the keys of the certificates are exportable.
- key_
vault_ list(string)certificate_ ids - A list of certificates installed on the machines in the Managed DevOps Pool.
- certificate
Store StringLocation - The location where the certificates are stored.
- certificate
Store StringName - The certificate store name.
- key
Export BooleanEnabled - Whether the keys of the certificates are exportable.
- key
Vault List<String>Certificate Ids - A list of certificates installed on the machines in the Managed DevOps Pool.
- certificate
Store stringLocation - The location where the certificates are stored.
- certificate
Store stringName - The certificate store name.
- key
Export booleanEnabled - Whether the keys of the certificates are exportable.
- key
Vault string[]Certificate Ids - A list of certificates installed on the machines in the Managed DevOps Pool.
- certificate_
store_ strlocation - The location where the certificates are stored.
- certificate_
store_ strname - The certificate store name.
- key_
export_ boolenabled - Whether the keys of the certificates are exportable.
- key_
vault_ Sequence[str]certificate_ ids - A list of certificates installed on the machines in the Managed DevOps Pool.
- certificate
Store StringLocation - The location where the certificates are stored.
- certificate
Store StringName - The certificate store name.
- key
Export BooleanEnabled - Whether the keys of the certificates are exportable.
- key
Vault List<String>Certificate Ids - A list of certificates installed on the machines in the Managed DevOps Pool.
GetManagedDevOpsPoolVirtualMachineScaleSetFabricStorage
- Caching string
- The type of caching for the data disk.
- Disk
Size intIn Gb - The initial disk size in gigabytes.
- Drive
Letter string - The drive letter for the data disk.
- Storage
Account stringType - The storage account type of the data disk.
- Caching string
- The type of caching for the data disk.
- Disk
Size intIn Gb - The initial disk size in gigabytes.
- Drive
Letter string - The drive letter for the data disk.
- Storage
Account stringType - The storage account type of the data disk.
- caching string
- The type of caching for the data disk.
- disk_
size_ numberin_ gb - The initial disk size in gigabytes.
- drive_
letter string - The drive letter for the data disk.
- storage_
account_ stringtype - The storage account type of the data disk.
- caching String
- The type of caching for the data disk.
- disk
Size IntegerIn Gb - The initial disk size in gigabytes.
- drive
Letter String - The drive letter for the data disk.
- storage
Account StringType - The storage account type of the data disk.
- caching string
- The type of caching for the data disk.
- disk
Size numberIn Gb - The initial disk size in gigabytes.
- drive
Letter string - The drive letter for the data disk.
- storage
Account stringType - The storage account type of the data disk.
- caching str
- The type of caching for the data disk.
- disk_
size_ intin_ gb - The initial disk size in gigabytes.
- drive_
letter str - The drive letter for the data disk.
- storage_
account_ strtype - The storage account type of the data disk.
- caching String
- The type of caching for the data disk.
- disk
Size NumberIn Gb - The initial disk size in gigabytes.
- drive
Letter String - The drive letter for the data disk.
- storage
Account StringType - 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
azurermTerraform Provider.
We recommend using Azure Native.
Viewing docs for Azure v6.35.0
published on Tuesday, Apr 21, 2026 by Pulumi
published on Tuesday, Apr 21, 2026 by Pulumi
