azure-native.devopsinfrastructure.Pool
Explore with Pulumi AI
Concrete tracked resource types can be created by aliasing this type using a specific property type. Azure REST API version: 2023-10-30-preview.
Other available API versions: 2023-12-13-preview, 2024-03-26-preview, 2024-04-04-preview, 2024-10-19, 2025-01-21.
Create Pool Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Pool(name: string, args: PoolArgs, opts?: CustomResourceOptions);
@overload
def Pool(resource_name: str,
args: PoolArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Pool(resource_name: str,
opts: Optional[ResourceOptions] = None,
agent_profile: Optional[Union[StatefulArgs, StatelessAgentProfileArgs]] = None,
dev_center_project_resource_id: Optional[str] = None,
fabric_profile: Optional[VmssFabricProfileArgs] = None,
maximum_concurrency: Optional[int] = None,
organization_profile: Optional[AzureDevOpsOrganizationProfileArgs] = None,
resource_group_name: Optional[str] = None,
identity: Optional[ManagedServiceIdentityArgs] = None,
location: Optional[str] = None,
pool_name: Optional[str] = None,
provisioning_state: Optional[Union[str, ProvisioningState]] = None,
tags: Optional[Mapping[str, str]] = None)
func NewPool(ctx *Context, name string, args PoolArgs, opts ...ResourceOption) (*Pool, error)
public Pool(string name, PoolArgs args, CustomResourceOptions? opts = null)
type: azure-native:devopsinfrastructure:Pool
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PoolArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. PoolArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PoolArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PoolArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. PoolArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var examplepoolResourceResourceFromDevopsinfrastructure = new AzureNative.DevOpsInfrastructure.Pool("examplepoolResourceResourceFromDevopsinfrastructure", new()
{
AgentProfile = new AzureNative.DevOpsInfrastructure.Inputs.StatefulArgs
{
Kind = "Stateful",
MaxAgentLifetime = "string",
ResourcePredictions = "any",
},
DevCenterProjectResourceId = "string",
FabricProfile = new AzureNative.DevOpsInfrastructure.Inputs.VmssFabricProfileArgs
{
Images = new[]
{
new AzureNative.DevOpsInfrastructure.Inputs.PoolImageArgs
{
ResourceId = "string",
Aliases = new[]
{
"string",
},
Buffer = "string",
},
},
Kind = "Vmss",
Sku = new AzureNative.DevOpsInfrastructure.Inputs.DevOpsAzureSkuArgs
{
Name = "string",
Tier = "string",
},
NetworkProfile = new AzureNative.DevOpsInfrastructure.Inputs.NetworkProfileArgs
{
SubnetId = "string",
},
OsProfile = new AzureNative.DevOpsInfrastructure.Inputs.OsProfileArgs
{
SecretsManagementSettings = new AzureNative.DevOpsInfrastructure.Inputs.SecretsManagementSettingsArgs
{
KeyExportable = false,
ObservedCertificates = new[]
{
"string",
},
CertificateStoreLocation = "string",
},
},
},
MaximumConcurrency = 0,
OrganizationProfile = new AzureNative.DevOpsInfrastructure.Inputs.AzureDevOpsOrganizationProfileArgs
{
Kind = "AzureDevOps",
Organizations = new[]
{
new AzureNative.DevOpsInfrastructure.Inputs.OrganizationArgs
{
Url = "string",
Parallelism = 0,
Projects = new[]
{
"string",
},
},
},
},
ResourceGroupName = "string",
Identity = new AzureNative.DevOpsInfrastructure.Inputs.ManagedServiceIdentityArgs
{
Type = "string",
UserAssignedIdentities = new[]
{
"string",
},
},
Location = "string",
PoolName = "string",
ProvisioningState = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := devopsinfrastructure.NewPool(ctx, "examplepoolResourceResourceFromDevopsinfrastructure", &devopsinfrastructure.PoolArgs{
AgentProfile: &devopsinfrastructure.StatefulArgs{
Kind: pulumi.String("Stateful"),
MaxAgentLifetime: pulumi.String("string"),
ResourcePredictions: pulumi.Any("any"),
},
DevCenterProjectResourceId: pulumi.String("string"),
FabricProfile: &devopsinfrastructure.VmssFabricProfileArgs{
Images: devopsinfrastructure.PoolImageArray{
&devopsinfrastructure.PoolImageArgs{
ResourceId: pulumi.String("string"),
Aliases: pulumi.StringArray{
pulumi.String("string"),
},
Buffer: pulumi.String("string"),
},
},
Kind: pulumi.String("Vmss"),
Sku: &devopsinfrastructure.DevOpsAzureSkuArgs{
Name: pulumi.String("string"),
Tier: pulumi.String("string"),
},
NetworkProfile: &devopsinfrastructure.NetworkProfileArgs{
SubnetId: pulumi.String("string"),
},
OsProfile: &devopsinfrastructure.OsProfileArgs{
SecretsManagementSettings: &devopsinfrastructure.SecretsManagementSettingsArgs{
KeyExportable: pulumi.Bool(false),
ObservedCertificates: pulumi.StringArray{
pulumi.String("string"),
},
CertificateStoreLocation: pulumi.String("string"),
},
},
},
MaximumConcurrency: pulumi.Int(0),
OrganizationProfile: &devopsinfrastructure.AzureDevOpsOrganizationProfileArgs{
Kind: pulumi.String("AzureDevOps"),
Organizations: devopsinfrastructure.OrganizationArray{
&devopsinfrastructure.OrganizationArgs{
Url: pulumi.String("string"),
Parallelism: pulumi.Int(0),
Projects: pulumi.StringArray{
pulumi.String("string"),
},
},
},
},
ResourceGroupName: pulumi.String("string"),
Identity: &devopsinfrastructure.ManagedServiceIdentityArgs{
Type: pulumi.String("string"),
UserAssignedIdentities: pulumi.StringArray{
pulumi.String("string"),
},
},
Location: pulumi.String("string"),
PoolName: pulumi.String("string"),
ProvisioningState: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var examplepoolResourceResourceFromDevopsinfrastructure = new Pool("examplepoolResourceResourceFromDevopsinfrastructure", PoolArgs.builder()
.agentProfile(StatefulArgs.builder()
.kind("Stateful")
.maxAgentLifetime("string")
.resourcePredictions("any")
.build())
.devCenterProjectResourceId("string")
.fabricProfile(VmssFabricProfileArgs.builder()
.images(PoolImageArgs.builder()
.resourceId("string")
.aliases("string")
.buffer("string")
.build())
.kind("Vmss")
.sku(DevOpsAzureSkuArgs.builder()
.name("string")
.tier("string")
.build())
.networkProfile(NetworkProfileArgs.builder()
.subnetId("string")
.build())
.osProfile(OsProfileArgs.builder()
.secretsManagementSettings(SecretsManagementSettingsArgs.builder()
.keyExportable(false)
.observedCertificates("string")
.certificateStoreLocation("string")
.build())
.build())
.build())
.maximumConcurrency(0)
.organizationProfile(AzureDevOpsOrganizationProfileArgs.builder()
.kind("AzureDevOps")
.organizations(OrganizationArgs.builder()
.url("string")
.parallelism(0)
.projects("string")
.build())
.build())
.resourceGroupName("string")
.identity(ManagedServiceIdentityArgs.builder()
.type("string")
.userAssignedIdentities("string")
.build())
.location("string")
.poolName("string")
.provisioningState("string")
.tags(Map.of("string", "string"))
.build());
examplepool_resource_resource_from_devopsinfrastructure = azure_native.devopsinfrastructure.Pool("examplepoolResourceResourceFromDevopsinfrastructure",
agent_profile={
"kind": "Stateful",
"max_agent_lifetime": "string",
"resource_predictions": "any",
},
dev_center_project_resource_id="string",
fabric_profile={
"images": [{
"resource_id": "string",
"aliases": ["string"],
"buffer": "string",
}],
"kind": "Vmss",
"sku": {
"name": "string",
"tier": "string",
},
"network_profile": {
"subnet_id": "string",
},
"os_profile": {
"secrets_management_settings": {
"key_exportable": False,
"observed_certificates": ["string"],
"certificate_store_location": "string",
},
},
},
maximum_concurrency=0,
organization_profile={
"kind": "AzureDevOps",
"organizations": [{
"url": "string",
"parallelism": 0,
"projects": ["string"],
}],
},
resource_group_name="string",
identity={
"type": "string",
"user_assigned_identities": ["string"],
},
location="string",
pool_name="string",
provisioning_state="string",
tags={
"string": "string",
})
const examplepoolResourceResourceFromDevopsinfrastructure = new azure_native.devopsinfrastructure.Pool("examplepoolResourceResourceFromDevopsinfrastructure", {
agentProfile: {
kind: "Stateful",
maxAgentLifetime: "string",
resourcePredictions: "any",
},
devCenterProjectResourceId: "string",
fabricProfile: {
images: [{
resourceId: "string",
aliases: ["string"],
buffer: "string",
}],
kind: "Vmss",
sku: {
name: "string",
tier: "string",
},
networkProfile: {
subnetId: "string",
},
osProfile: {
secretsManagementSettings: {
keyExportable: false,
observedCertificates: ["string"],
certificateStoreLocation: "string",
},
},
},
maximumConcurrency: 0,
organizationProfile: {
kind: "AzureDevOps",
organizations: [{
url: "string",
parallelism: 0,
projects: ["string"],
}],
},
resourceGroupName: "string",
identity: {
type: "string",
userAssignedIdentities: ["string"],
},
location: "string",
poolName: "string",
provisioningState: "string",
tags: {
string: "string",
},
});
type: azure-native:devopsinfrastructure:Pool
properties:
agentProfile:
kind: Stateful
maxAgentLifetime: string
resourcePredictions: any
devCenterProjectResourceId: string
fabricProfile:
images:
- aliases:
- string
buffer: string
resourceId: string
kind: Vmss
networkProfile:
subnetId: string
osProfile:
secretsManagementSettings:
certificateStoreLocation: string
keyExportable: false
observedCertificates:
- string
sku:
name: string
tier: string
identity:
type: string
userAssignedIdentities:
- string
location: string
maximumConcurrency: 0
organizationProfile:
kind: AzureDevOps
organizations:
- parallelism: 0
projects:
- string
url: string
poolName: string
provisioningState: string
resourceGroupName: string
tags:
string: string
Pool Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Pool resource accepts the following input properties:
- Agent
Profile This property is required. Pulumi.Azure | Pulumi.Native. Dev Ops Infrastructure. Inputs. Stateful Azure Native. Dev Ops Infrastructure. Inputs. Stateless Agent Profile - Defines how the machine will be handled once it executed a job.
- Dev
Center Project Resource Id This property is required. string - The resource id of the DevCenter Project the pool belongs to.
- Fabric
Profile This property is required. Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Vmss Fabric Profile - Defines the type of fabric the agent will run on.
- Maximum
Concurrency This property is required. int - Defines how many resources can there be created at any given time.
- Organization
Profile This property is required. Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Azure Dev Ops Organization Profile - Defines the organization in which the pool will be used.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Identity
Pulumi.
Azure Native. Dev Ops Infrastructure. Inputs. Managed Service Identity - The managed service identities assigned to this resource.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Pool
Name Changes to this property will trigger replacement.
- Name of the pool. It needs to be globally unique.
- Provisioning
State string | Pulumi.Azure Native. Dev Ops Infrastructure. Provisioning State - The status of the current operation.
- Dictionary<string, string>
- Resource tags.
- Agent
Profile This property is required. StatefulArgs | StatelessAgent Profile Args - Defines how the machine will be handled once it executed a job.
- Dev
Center Project Resource Id This property is required. string - The resource id of the DevCenter Project the pool belongs to.
- Fabric
Profile This property is required. VmssFabric Profile Args - Defines the type of fabric the agent will run on.
- Maximum
Concurrency This property is required. int - Defines how many resources can there be created at any given time.
- Organization
Profile This property is required. AzureDev Ops Organization Profile Args - Defines the organization in which the pool will be used.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Identity
Managed
Service Identity Args - The managed service identities assigned to this resource.
- Location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- Pool
Name Changes to this property will trigger replacement.
- Name of the pool. It needs to be globally unique.
- Provisioning
State string | ProvisioningState - The status of the current operation.
- map[string]string
- Resource tags.
- agent
Profile This property is required. Stateful | StatelessAgent Profile - Defines how the machine will be handled once it executed a job.
- dev
Center Project Resource Id This property is required. String - The resource id of the DevCenter Project the pool belongs to.
- fabric
Profile This property is required. VmssFabric Profile - Defines the type of fabric the agent will run on.
- maximum
Concurrency This property is required. Integer - Defines how many resources can there be created at any given time.
- organization
Profile This property is required. AzureDev Ops Organization Profile - Defines the organization in which the pool will be used.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - The managed service identities assigned to this resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- pool
Name Changes to this property will trigger replacement.
- Name of the pool. It needs to be globally unique.
- provisioning
State String | ProvisioningState - The status of the current operation.
- Map<String,String>
- Resource tags.
- agent
Profile This property is required. Stateful | StatelessAgent Profile - Defines how the machine will be handled once it executed a job.
- dev
Center Project Resource Id This property is required. string - The resource id of the DevCenter Project the pool belongs to.
- fabric
Profile This property is required. VmssFabric Profile - Defines the type of fabric the agent will run on.
- maximum
Concurrency This property is required. number - Defines how many resources can there be created at any given time.
- organization
Profile This property is required. AzureDev Ops Organization Profile - Defines the organization in which the pool will be used.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - The managed service identities assigned to this resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- pool
Name Changes to this property will trigger replacement.
- Name of the pool. It needs to be globally unique.
- provisioning
State string | ProvisioningState - The status of the current operation.
- {[key: string]: string}
- Resource tags.
- agent_
profile This property is required. StatefulArgs | StatelessAgent Profile Args - Defines how the machine will be handled once it executed a job.
- dev_
center_ project_ resource_ id This property is required. str - The resource id of the DevCenter Project the pool belongs to.
- fabric_
profile This property is required. VmssFabric Profile Args - Defines the type of fabric the agent will run on.
- maximum_
concurrency This property is required. int - Defines how many resources can there be created at any given time.
- organization_
profile This property is required. AzureDev Ops Organization Profile Args - Defines the organization in which the pool will be used.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity Args - The managed service identities assigned to this resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- pool_
name Changes to this property will trigger replacement.
- Name of the pool. It needs to be globally unique.
- provisioning_
state str | ProvisioningState - The status of the current operation.
- Mapping[str, str]
- Resource tags.
- agent
Profile This property is required. Property Map | Property Map - Defines how the machine will be handled once it executed a job.
- dev
Center Project Resource Id This property is required. String - The resource id of the DevCenter Project the pool belongs to.
- fabric
Profile This property is required. Property Map - Defines the type of fabric the agent will run on.
- maximum
Concurrency This property is required. Number - Defines how many resources can there be created at any given time.
- organization
Profile This property is required. Property Map - Defines the organization in which the pool will be used.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- identity Property Map
- The managed service identities assigned to this resource.
- location
Changes to this property will trigger replacement.
- The geo-location where the resource lives
- pool
Name Changes to this property will trigger replacement.
- Name of the pool. It needs to be globally unique.
- provisioning
State String | "Succeeded" | "Failed" | "Canceled" | "Provisioning" | "Updating" | "Deleting" | "Accepted" - The status of the current operation.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the Pool resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data Pulumi.Azure Native. Dev Ops Infrastructure. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
AzureDevOpsOrganizationProfile, AzureDevOpsOrganizationProfileArgs
- Organizations
This property is required. List<Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Organization> - The list of Azure DevOps organizations the pool should be present in.
- Organizations
This property is required. []Organization - The list of Azure DevOps organizations the pool should be present in.
- organizations
This property is required. List<Organization> - The list of Azure DevOps organizations the pool should be present in.
- organizations
This property is required. Organization[] - The list of Azure DevOps organizations the pool should be present in.
- organizations
This property is required. Sequence[Organization] - The list of Azure DevOps organizations the pool should be present in.
- organizations
This property is required. List<Property Map> - The list of Azure DevOps organizations the pool should be present in.
AzureDevOpsOrganizationProfileResponse, AzureDevOpsOrganizationProfileResponseArgs
- Organizations
This property is required. List<Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Organization Response> - The list of Azure DevOps organizations the pool should be present in.
- Organizations
This property is required. []OrganizationResponse - The list of Azure DevOps organizations the pool should be present in.
- organizations
This property is required. List<OrganizationResponse> - The list of Azure DevOps organizations the pool should be present in.
- organizations
This property is required. OrganizationResponse[] - The list of Azure DevOps organizations the pool should be present in.
- organizations
This property is required. Sequence[OrganizationResponse] - The list of Azure DevOps organizations the pool should be present in.
- organizations
This property is required. List<Property Map> - The list of Azure DevOps organizations the pool should be present in.
DevOpsAzureSku, DevOpsAzureSkuArgs
DevOpsAzureSkuResponse, DevOpsAzureSkuResponseArgs
ManagedServiceIdentity, ManagedServiceIdentityArgs
- Type
This property is required. string | Pulumi.Azure Native. Dev Ops Infrastructure. Managed Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned List<string>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Type
This property is required. string | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned []stringIdentities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. String | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. string | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned string[]Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. str | ManagedService Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Sequence[str]identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type
This property is required. String | "None" | "SystemAssigned" | "User Assigned" | "System Assigned, User Assigned" - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityResponse, ManagedServiceIdentityResponseArgs
- Principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Dev Ops Infrastructure. Inputs. User Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned map[string]UserIdentities Assigned Identity Response - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. String - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. string - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal_
id This property is required. str - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_
id This property is required. str - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. str - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id This property is required. String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id This property is required. String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type
This property is required. String - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<Property Map>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
ManagedServiceIdentityType, ManagedServiceIdentityTypeArgs
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned, UserAssigned
- Managed
Service Identity Type None - None
- Managed
Service Identity Type System Assigned - SystemAssigned
- Managed
Service Identity Type User Assigned - UserAssigned
- Managed
Service Identity Type_System Assigned_User Assigned - SystemAssigned, UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned, UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned, UserAssigned
- NONE
- None
- SYSTEM_ASSIGNED
- SystemAssigned
- USER_ASSIGNED
- UserAssigned
- SYSTEM_ASSIGNED_USER_ASSIGNED
- SystemAssigned, UserAssigned
- "None"
- None
- "System
Assigned" - SystemAssigned
- "User
Assigned" - UserAssigned
- "System
Assigned, User Assigned" - SystemAssigned, UserAssigned
NetworkProfile, NetworkProfileArgs
- Subnet
Id This property is required. string - The subnet id on which to put all machines created in the pool.
- Subnet
Id This property is required. string - The subnet id on which to put all machines created in the pool.
- subnet
Id This property is required. String - The subnet id on which to put all machines created in the pool.
- subnet
Id This property is required. string - The subnet id on which to put all machines created in the pool.
- subnet_
id This property is required. str - The subnet id on which to put all machines created in the pool.
- subnet
Id This property is required. String - The subnet id on which to put all machines created in the pool.
NetworkProfileResponse, NetworkProfileResponseArgs
- Subnet
Id This property is required. string - The subnet id on which to put all machines created in the pool.
- Subnet
Id This property is required. string - The subnet id on which to put all machines created in the pool.
- subnet
Id This property is required. String - The subnet id on which to put all machines created in the pool.
- subnet
Id This property is required. string - The subnet id on which to put all machines created in the pool.
- subnet_
id This property is required. str - The subnet id on which to put all machines created in the pool.
- subnet
Id This property is required. String - The subnet id on which to put all machines created in the pool.
Organization, OrganizationArgs
- Url
This property is required. string - The Azure DevOps organization URL in which the pool should be created.
- Parallelism int
- How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
- Projects List<string>
- Optional list of projects in which the pool should be created.
- Url
This property is required. string - The Azure DevOps organization URL in which the pool should be created.
- Parallelism int
- How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
- Projects []string
- Optional list of projects in which the pool should be created.
- url
This property is required. String - The Azure DevOps organization URL in which the pool should be created.
- parallelism Integer
- How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
- projects List<String>
- Optional list of projects in which the pool should be created.
- url
This property is required. string - The Azure DevOps organization URL in which the pool should be created.
- parallelism number
- How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
- projects string[]
- Optional list of projects in which the pool should be created.
- url
This property is required. str - The Azure DevOps organization URL in which the pool should be created.
- parallelism int
- How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
- projects Sequence[str]
- Optional list of projects in which the pool should be created.
- url
This property is required. String - The Azure DevOps organization URL in which the pool should be created.
- parallelism Number
- How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
- projects List<String>
- Optional list of projects in which the pool should be created.
OrganizationResponse, OrganizationResponseArgs
- Url
This property is required. string - The Azure DevOps organization URL in which the pool should be created.
- Parallelism int
- How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
- Projects List<string>
- Optional list of projects in which the pool should be created.
- Url
This property is required. string - The Azure DevOps organization URL in which the pool should be created.
- Parallelism int
- How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
- Projects []string
- Optional list of projects in which the pool should be created.
- url
This property is required. String - The Azure DevOps organization URL in which the pool should be created.
- parallelism Integer
- How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
- projects List<String>
- Optional list of projects in which the pool should be created.
- url
This property is required. string - The Azure DevOps organization URL in which the pool should be created.
- parallelism number
- How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
- projects string[]
- Optional list of projects in which the pool should be created.
- url
This property is required. str - The Azure DevOps organization URL in which the pool should be created.
- parallelism int
- How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
- projects Sequence[str]
- Optional list of projects in which the pool should be created.
- url
This property is required. String - The Azure DevOps organization URL in which the pool should be created.
- parallelism Number
- How many machines can be created at maximum in this organization out of the maximumConcurrency of the pool.
- projects List<String>
- Optional list of projects in which the pool should be created.
OsProfile, OsProfileArgs
- Secrets
Management Settings This property is required. Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Secrets Management Settings - The secret management settings of the machines in the pool.
- Secrets
Management Settings This property is required. SecretsManagement Settings - The secret management settings of the machines in the pool.
- secrets
Management Settings This property is required. SecretsManagement Settings - The secret management settings of the machines in the pool.
- secrets
Management Settings This property is required. SecretsManagement Settings - The secret management settings of the machines in the pool.
- secrets_
management_ settings This property is required. SecretsManagement Settings - The secret management settings of the machines in the pool.
- secrets
Management Settings This property is required. Property Map - The secret management settings of the machines in the pool.
OsProfileResponse, OsProfileResponseArgs
- Secrets
Management Settings This property is required. Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Secrets Management Settings Response - The secret management settings of the machines in the pool.
- Secrets
Management Settings This property is required. SecretsManagement Settings Response - The secret management settings of the machines in the pool.
- secrets
Management Settings This property is required. SecretsManagement Settings Response - The secret management settings of the machines in the pool.
- secrets
Management Settings This property is required. SecretsManagement Settings Response - The secret management settings of the machines in the pool.
- secrets_
management_ settings This property is required. SecretsManagement Settings Response - The secret management settings of the machines in the pool.
- secrets
Management Settings This property is required. Property Map - The secret management settings of the machines in the pool.
PoolImage, PoolImageArgs
- Resource
Id This property is required. string - The resource id of the image.
- Aliases List<string>
- List of aliases to reference the image by.
- Buffer string
- The percentage of the buffer to be allocated to this image.
- Resource
Id This property is required. string - The resource id of the image.
- Aliases []string
- List of aliases to reference the image by.
- Buffer string
- The percentage of the buffer to be allocated to this image.
- resource
Id This property is required. String - The resource id of the image.
- aliases List<String>
- List of aliases to reference the image by.
- buffer String
- The percentage of the buffer to be allocated to this image.
- resource
Id This property is required. string - The resource id of the image.
- aliases string[]
- List of aliases to reference the image by.
- buffer string
- The percentage of the buffer to be allocated to this image.
- resource_
id This property is required. str - The resource id of the image.
- aliases Sequence[str]
- List of aliases to reference the image by.
- buffer str
- The percentage of the buffer to be allocated to this image.
- resource
Id This property is required. String - The resource id of the image.
- aliases List<String>
- List of aliases to reference the image by.
- buffer String
- The percentage of the buffer to be allocated to this image.
PoolImageResponse, PoolImageResponseArgs
- Resource
Id This property is required. string - The resource id of the image.
- Aliases List<string>
- List of aliases to reference the image by.
- Buffer string
- The percentage of the buffer to be allocated to this image.
- Resource
Id This property is required. string - The resource id of the image.
- Aliases []string
- List of aliases to reference the image by.
- Buffer string
- The percentage of the buffer to be allocated to this image.
- resource
Id This property is required. String - The resource id of the image.
- aliases List<String>
- List of aliases to reference the image by.
- buffer String
- The percentage of the buffer to be allocated to this image.
- resource
Id This property is required. string - The resource id of the image.
- aliases string[]
- List of aliases to reference the image by.
- buffer string
- The percentage of the buffer to be allocated to this image.
- resource_
id This property is required. str - The resource id of the image.
- aliases Sequence[str]
- List of aliases to reference the image by.
- buffer str
- The percentage of the buffer to be allocated to this image.
- resource
Id This property is required. String - The resource id of the image.
- aliases List<String>
- List of aliases to reference the image by.
- buffer String
- The percentage of the buffer to be allocated to this image.
ProvisioningState, ProvisioningStateArgs
- Succeeded
- SucceededRepresents a succeeded operation.
- Failed
- FailedRepresents a failed operation.
- Canceled
- CanceledRepresents a canceled operation.
- Provisioning
- ProvisioningRepresents a pending operation.
- Updating
- UpdatingRepresents a pending operation.
- Deleting
- DeletingRepresents an operation under deletion.
- Accepted
- AcceptedRepresents an accepted operation.
- Provisioning
State Succeeded - SucceededRepresents a succeeded operation.
- Provisioning
State Failed - FailedRepresents a failed operation.
- Provisioning
State Canceled - CanceledRepresents a canceled operation.
- Provisioning
State Provisioning - ProvisioningRepresents a pending operation.
- Provisioning
State Updating - UpdatingRepresents a pending operation.
- Provisioning
State Deleting - DeletingRepresents an operation under deletion.
- Provisioning
State Accepted - AcceptedRepresents an accepted operation.
- Succeeded
- SucceededRepresents a succeeded operation.
- Failed
- FailedRepresents a failed operation.
- Canceled
- CanceledRepresents a canceled operation.
- Provisioning
- ProvisioningRepresents a pending operation.
- Updating
- UpdatingRepresents a pending operation.
- Deleting
- DeletingRepresents an operation under deletion.
- Accepted
- AcceptedRepresents an accepted operation.
- Succeeded
- SucceededRepresents a succeeded operation.
- Failed
- FailedRepresents a failed operation.
- Canceled
- CanceledRepresents a canceled operation.
- Provisioning
- ProvisioningRepresents a pending operation.
- Updating
- UpdatingRepresents a pending operation.
- Deleting
- DeletingRepresents an operation under deletion.
- Accepted
- AcceptedRepresents an accepted operation.
- SUCCEEDED
- SucceededRepresents a succeeded operation.
- FAILED
- FailedRepresents a failed operation.
- CANCELED
- CanceledRepresents a canceled operation.
- PROVISIONING
- ProvisioningRepresents a pending operation.
- UPDATING
- UpdatingRepresents a pending operation.
- DELETING
- DeletingRepresents an operation under deletion.
- ACCEPTED
- AcceptedRepresents an accepted operation.
- "Succeeded"
- SucceededRepresents a succeeded operation.
- "Failed"
- FailedRepresents a failed operation.
- "Canceled"
- CanceledRepresents a canceled operation.
- "Provisioning"
- ProvisioningRepresents a pending operation.
- "Updating"
- UpdatingRepresents a pending operation.
- "Deleting"
- DeletingRepresents an operation under deletion.
- "Accepted"
- AcceptedRepresents an accepted operation.
SecretsManagementSettings, SecretsManagementSettingsArgs
- Key
Exportable This property is required. bool - Defines if the key of the certificates should be exportable.
- Observed
Certificates This property is required. List<string> - The list of certificates to install on all machines in the pool.
- Certificate
Store stringLocation - Where to store certificates on the machine.
- Key
Exportable This property is required. bool - Defines if the key of the certificates should be exportable.
- Observed
Certificates This property is required. []string - The list of certificates to install on all machines in the pool.
- Certificate
Store stringLocation - Where to store certificates on the machine.
- key
Exportable This property is required. Boolean - Defines if the key of the certificates should be exportable.
- observed
Certificates This property is required. List<String> - The list of certificates to install on all machines in the pool.
- certificate
Store StringLocation - Where to store certificates on the machine.
- key
Exportable This property is required. boolean - Defines if the key of the certificates should be exportable.
- observed
Certificates This property is required. string[] - The list of certificates to install on all machines in the pool.
- certificate
Store stringLocation - Where to store certificates on the machine.
- key_
exportable This property is required. bool - Defines if the key of the certificates should be exportable.
- observed_
certificates This property is required. Sequence[str] - The list of certificates to install on all machines in the pool.
- certificate_
store_ strlocation - Where to store certificates on the machine.
- key
Exportable This property is required. Boolean - Defines if the key of the certificates should be exportable.
- observed
Certificates This property is required. List<String> - The list of certificates to install on all machines in the pool.
- certificate
Store StringLocation - Where to store certificates on the machine.
SecretsManagementSettingsResponse, SecretsManagementSettingsResponseArgs
- Key
Exportable This property is required. bool - Defines if the key of the certificates should be exportable.
- Observed
Certificates This property is required. List<string> - The list of certificates to install on all machines in the pool.
- Certificate
Store stringLocation - Where to store certificates on the machine.
- Key
Exportable This property is required. bool - Defines if the key of the certificates should be exportable.
- Observed
Certificates This property is required. []string - The list of certificates to install on all machines in the pool.
- Certificate
Store stringLocation - Where to store certificates on the machine.
- key
Exportable This property is required. Boolean - Defines if the key of the certificates should be exportable.
- observed
Certificates This property is required. List<String> - The list of certificates to install on all machines in the pool.
- certificate
Store StringLocation - Where to store certificates on the machine.
- key
Exportable This property is required. boolean - Defines if the key of the certificates should be exportable.
- observed
Certificates This property is required. string[] - The list of certificates to install on all machines in the pool.
- certificate
Store stringLocation - Where to store certificates on the machine.
- key_
exportable This property is required. bool - Defines if the key of the certificates should be exportable.
- observed_
certificates This property is required. Sequence[str] - The list of certificates to install on all machines in the pool.
- certificate_
store_ strlocation - Where to store certificates on the machine.
- key
Exportable This property is required. Boolean - Defines if the key of the certificates should be exportable.
- observed
Certificates This property is required. List<String> - The list of certificates to install on all machines in the pool.
- certificate
Store StringLocation - Where to store certificates on the machine.
Stateful, StatefulArgs
- Max
Agent Lifetime This property is required. string - How long should stateful machines be kept around. The maximum is one week.
- Resource
Predictions object - Defines pool buffer.
- Max
Agent Lifetime This property is required. string - How long should stateful machines be kept around. The maximum is one week.
- Resource
Predictions interface{} - Defines pool buffer.
- max
Agent Lifetime This property is required. String - How long should stateful machines be kept around. The maximum is one week.
- resource
Predictions Object - Defines pool buffer.
- max
Agent Lifetime This property is required. string - How long should stateful machines be kept around. The maximum is one week.
- resource
Predictions any - Defines pool buffer.
- max_
agent_ lifetime This property is required. str - How long should stateful machines be kept around. The maximum is one week.
- resource_
predictions Any - Defines pool buffer.
- max
Agent Lifetime This property is required. String - How long should stateful machines be kept around. The maximum is one week.
- resource
Predictions Any - Defines pool buffer.
StatefulResponse, StatefulResponseArgs
- Max
Agent Lifetime This property is required. string - How long should stateful machines be kept around. The maximum is one week.
- Resource
Predictions object - Defines pool buffer.
- Max
Agent Lifetime This property is required. string - How long should stateful machines be kept around. The maximum is one week.
- Resource
Predictions interface{} - Defines pool buffer.
- max
Agent Lifetime This property is required. String - How long should stateful machines be kept around. The maximum is one week.
- resource
Predictions Object - Defines pool buffer.
- max
Agent Lifetime This property is required. string - How long should stateful machines be kept around. The maximum is one week.
- resource
Predictions any - Defines pool buffer.
- max_
agent_ lifetime This property is required. str - How long should stateful machines be kept around. The maximum is one week.
- resource_
predictions Any - Defines pool buffer.
- max
Agent Lifetime This property is required. String - How long should stateful machines be kept around. The maximum is one week.
- resource
Predictions Any - Defines pool buffer.
StatelessAgentProfile, StatelessAgentProfileArgs
- Resource
Predictions object - Defines pool buffer.
- Resource
Predictions interface{} - Defines pool buffer.
- resource
Predictions Object - Defines pool buffer.
- resource
Predictions any - Defines pool buffer.
- resource_
predictions Any - Defines pool buffer.
- resource
Predictions Any - Defines pool buffer.
StatelessAgentProfileResponse, StatelessAgentProfileResponseArgs
- Resource
Predictions object - Defines pool buffer.
- Resource
Predictions interface{} - Defines pool buffer.
- resource
Predictions Object - Defines pool buffer.
- resource
Predictions any - Defines pool buffer.
- resource_
predictions Any - Defines pool buffer.
- resource
Predictions Any - Defines pool buffer.
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs
- Client
Id This property is required. string - The client ID of the assigned identity.
- Principal
Id This property is required. string - The principal ID of the assigned identity.
- Client
Id This property is required. string - The client ID of the assigned identity.
- Principal
Id This property is required. string - The principal ID of the assigned identity.
- client
Id This property is required. String - The client ID of the assigned identity.
- principal
Id This property is required. String - The principal ID of the assigned identity.
- client
Id This property is required. string - The client ID of the assigned identity.
- principal
Id This property is required. string - The principal ID of the assigned identity.
- client_
id This property is required. str - The client ID of the assigned identity.
- principal_
id This property is required. str - The principal ID of the assigned identity.
- client
Id This property is required. String - The client ID of the assigned identity.
- principal
Id This property is required. String - The principal ID of the assigned identity.
VmssFabricProfile, VmssFabricProfileArgs
- Images
This property is required. List<Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Pool Image> - The VM images of the machines in the pool.
- Sku
This property is required. Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Dev Ops Azure Sku - The Azure SKU of the machines in the pool.
- Network
Profile Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Network Profile - The network profile of the machines in the pool.
- Os
Profile Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Os Profile - The OS profile of the machines in the pool.
- Images
This property is required. []PoolImage - The VM images of the machines in the pool.
- Sku
This property is required. DevOps Azure Sku - The Azure SKU of the machines in the pool.
- Network
Profile NetworkProfile - The network profile of the machines in the pool.
- Os
Profile OsProfile - The OS profile of the machines in the pool.
- images
This property is required. List<PoolImage> - The VM images of the machines in the pool.
- sku
This property is required. DevOps Azure Sku - The Azure SKU of the machines in the pool.
- network
Profile NetworkProfile - The network profile of the machines in the pool.
- os
Profile OsProfile - The OS profile of the machines in the pool.
- images
This property is required. PoolImage[] - The VM images of the machines in the pool.
- sku
This property is required. DevOps Azure Sku - The Azure SKU of the machines in the pool.
- network
Profile NetworkProfile - The network profile of the machines in the pool.
- os
Profile OsProfile - The OS profile of the machines in the pool.
- images
This property is required. Sequence[PoolImage] - The VM images of the machines in the pool.
- sku
This property is required. DevOps Azure Sku - The Azure SKU of the machines in the pool.
- network_
profile NetworkProfile - The network profile of the machines in the pool.
- os_
profile OsProfile - The OS profile of the machines in the pool.
- images
This property is required. List<Property Map> - The VM images of the machines in the pool.
- sku
This property is required. Property Map - The Azure SKU of the machines in the pool.
- network
Profile Property Map - The network profile of the machines in the pool.
- os
Profile Property Map - The OS profile of the machines in the pool.
VmssFabricProfileResponse, VmssFabricProfileResponseArgs
- Images
This property is required. List<Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Pool Image Response> - The VM images of the machines in the pool.
- Sku
This property is required. Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Dev Ops Azure Sku Response - The Azure SKU of the machines in the pool.
- Network
Profile Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Network Profile Response - The network profile of the machines in the pool.
- Os
Profile Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Os Profile Response - The OS profile of the machines in the pool.
- Images
This property is required. []PoolImage Response - The VM images of the machines in the pool.
- Sku
This property is required. DevOps Azure Sku Response - The Azure SKU of the machines in the pool.
- Network
Profile NetworkProfile Response - The network profile of the machines in the pool.
- Os
Profile OsProfile Response - The OS profile of the machines in the pool.
- images
This property is required. List<PoolImage Response> - The VM images of the machines in the pool.
- sku
This property is required. DevOps Azure Sku Response - The Azure SKU of the machines in the pool.
- network
Profile NetworkProfile Response - The network profile of the machines in the pool.
- os
Profile OsProfile Response - The OS profile of the machines in the pool.
- images
This property is required. PoolImage Response[] - The VM images of the machines in the pool.
- sku
This property is required. DevOps Azure Sku Response - The Azure SKU of the machines in the pool.
- network
Profile NetworkProfile Response - The network profile of the machines in the pool.
- os
Profile OsProfile Response - The OS profile of the machines in the pool.
- images
This property is required. Sequence[PoolImage Response] - The VM images of the machines in the pool.
- sku
This property is required. DevOps Azure Sku Response - The Azure SKU of the machines in the pool.
- network_
profile NetworkProfile Response - The network profile of the machines in the pool.
- os_
profile OsProfile Response - The OS profile of the machines in the pool.
- images
This property is required. List<Property Map> - The VM images of the machines in the pool.
- sku
This property is required. Property Map - The Azure SKU of the machines in the pool.
- network
Profile Property Map - The network profile of the machines in the pool.
- os
Profile Property Map - The OS profile of the machines in the pool.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:devopsinfrastructure:Pool myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevOpsInfrastructure/pools/{poolName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0