This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.devopsinfrastructure.getPool
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get a Pool 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.
Using getPool
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 getPool(args: GetPoolArgs, opts?: InvokeOptions): Promise<GetPoolResult>
function getPoolOutput(args: GetPoolOutputArgs, opts?: InvokeOptions): Output<GetPoolResult>def get_pool(pool_name: Optional[str] = None,
             resource_group_name: Optional[str] = None,
             opts: Optional[InvokeOptions] = None) -> GetPoolResult
def get_pool_output(pool_name: Optional[pulumi.Input[str]] = None,
             resource_group_name: Optional[pulumi.Input[str]] = None,
             opts: Optional[InvokeOptions] = None) -> Output[GetPoolResult]func LookupPool(ctx *Context, args *LookupPoolArgs, opts ...InvokeOption) (*LookupPoolResult, error)
func LookupPoolOutput(ctx *Context, args *LookupPoolOutputArgs, opts ...InvokeOption) LookupPoolResultOutput> Note: This function is named LookupPool in the Go SDK.
public static class GetPool 
{
    public static Task<GetPoolResult> InvokeAsync(GetPoolArgs args, InvokeOptions? opts = null)
    public static Output<GetPoolResult> Invoke(GetPoolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPoolResult> getPool(GetPoolArgs args, InvokeOptions options)
public static Output<GetPoolResult> getPool(GetPoolArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:devopsinfrastructure:getPool
  arguments:
    # arguments dictionaryThe following arguments are supported:
- PoolName string
- Name of the pool. It needs to be globally unique.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- PoolName string
- Name of the pool. It needs to be globally unique.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- poolName String
- Name of the pool. It needs to be globally unique.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- poolName string
- Name of the pool. It needs to be globally unique.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- pool_name str
- Name of the pool. It needs to be globally unique.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- poolName String
- Name of the pool. It needs to be globally unique.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getPool Result
The following output properties are available:
- AgentProfile Pulumi.Azure | Pulumi.Native. Dev Ops Infrastructure. Outputs. Stateful Response Azure Native. Dev Ops Infrastructure. Outputs. Stateless Agent Profile Response 
- Defines how the machine will be handled once it executed a job.
- DevCenter stringProject Resource Id 
- The resource id of the DevCenter Project the pool belongs to.
- FabricProfile Pulumi.Azure Native. Dev Ops Infrastructure. Outputs. Vmss Fabric Profile Response 
- Defines the type of fabric the agent will run on.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- MaximumConcurrency int
- Defines how many resources can there be created at any given time.
- Name string
- The name of the resource
- OrganizationProfile Pulumi.Azure Native. Dev Ops Infrastructure. Outputs. Azure Dev Ops Organization Profile Response 
- Defines the organization in which the pool will be used.
- SystemData 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"
- Identity
Pulumi.Azure Native. Dev Ops Infrastructure. Outputs. Managed Service Identity Response 
- The managed service identities assigned to this resource.
- ProvisioningState string
- The status of the current operation.
- Dictionary<string, string>
- Resource tags.
- AgentProfile StatefulResponse | StatelessAgent Profile Response 
- Defines how the machine will be handled once it executed a job.
- DevCenter stringProject Resource Id 
- The resource id of the DevCenter Project the pool belongs to.
- FabricProfile VmssFabric Profile Response 
- Defines the type of fabric the agent will run on.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- MaximumConcurrency int
- Defines how many resources can there be created at any given time.
- Name string
- The name of the resource
- OrganizationProfile AzureDev Ops Organization Profile Response 
- Defines the organization in which the pool will be used.
- SystemData 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"
- Identity
ManagedService Identity Response 
- The managed service identities assigned to this resource.
- ProvisioningState string
- The status of the current operation.
- map[string]string
- Resource tags.
- agentProfile StatefulResponse | StatelessAgent Profile Response 
- Defines how the machine will be handled once it executed a job.
- devCenter StringProject Resource Id 
- The resource id of the DevCenter Project the pool belongs to.
- fabricProfile VmssFabric Profile Response 
- Defines the type of fabric the agent will run on.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- maximumConcurrency Integer
- Defines how many resources can there be created at any given time.
- name String
- The name of the resource
- organizationProfile AzureDev Ops Organization Profile Response 
- Defines the organization in which the pool will be used.
- systemData 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"
- identity
ManagedService Identity Response 
- The managed service identities assigned to this resource.
- provisioningState String
- The status of the current operation.
- Map<String,String>
- Resource tags.
- agentProfile StatefulResponse | StatelessAgent Profile Response 
- Defines how the machine will be handled once it executed a job.
- devCenter stringProject Resource Id 
- The resource id of the DevCenter Project the pool belongs to.
- fabricProfile VmssFabric Profile Response 
- Defines the type of fabric the agent will run on.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- maximumConcurrency number
- Defines how many resources can there be created at any given time.
- name string
- The name of the resource
- organizationProfile AzureDev Ops Organization Profile Response 
- Defines the organization in which the pool will be used.
- systemData 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"
- identity
ManagedService Identity Response 
- The managed service identities assigned to this resource.
- provisioningState string
- The status of the current operation.
- {[key: string]: string}
- Resource tags.
- agent_profile StatefulResponse | StatelessAgent Profile Response 
- Defines how the machine will be handled once it executed a job.
- dev_center_ strproject_ resource_ id 
- The resource id of the DevCenter Project the pool belongs to.
- fabric_profile VmssFabric Profile Response 
- Defines the type of fabric the agent will run on.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- maximum_concurrency int
- Defines how many resources can there be created at any given time.
- name str
- The name of the resource
- organization_profile AzureDev Ops Organization Profile Response 
- Defines the organization in which the pool will be used.
- 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"
- identity
ManagedService Identity Response 
- The managed service identities assigned to this resource.
- provisioning_state str
- The status of the current operation.
- Mapping[str, str]
- Resource tags.
- agentProfile Property Map | Property Map
- Defines how the machine will be handled once it executed a job.
- devCenter StringProject Resource Id 
- The resource id of the DevCenter Project the pool belongs to.
- fabricProfile Property Map
- Defines the type of fabric the agent will run on.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- maximumConcurrency Number
- Defines how many resources can there be created at any given time.
- name String
- The name of the resource
- organizationProfile Property Map
- Defines the organization in which the pool will be used.
- systemData 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"
- identity Property Map
- The managed service identities assigned to this resource.
- provisioningState String
- The status of the current operation.
- Map<String>
- Resource tags.
Supporting Types
AzureDevOpsOrganizationProfileResponse     
- Organizations
List<Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Organization Response> 
- The list of Azure DevOps organizations the pool should be present in.
- Organizations
[]OrganizationResponse 
- The list of Azure DevOps organizations the pool should be present in.
- organizations
List<OrganizationResponse> 
- The list of Azure DevOps organizations the pool should be present in.
- organizations
OrganizationResponse[] 
- The list of Azure DevOps organizations the pool should be present in.
- organizations
Sequence[OrganizationResponse] 
- The list of Azure DevOps organizations the pool should be present in.
- organizations List<Property Map>
- The list of Azure DevOps organizations the pool should be present in.
DevOpsAzureSkuResponse    
ManagedServiceIdentityResponse   
- PrincipalId string
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- TenantId string
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- UserAssigned 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.
- PrincipalId string
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- TenantId string
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- UserAssigned 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.
- principalId String
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenantId String
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- userAssigned 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.
- principalId string
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenantId string
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- userAssigned {[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 str
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_id str
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type 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.
- principalId String
- The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenantId String
- The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- userAssigned 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.
NetworkProfileResponse  
- SubnetId string
- The subnet id on which to put all machines created in the pool.
- SubnetId string
- The subnet id on which to put all machines created in the pool.
- subnetId String
- The subnet id on which to put all machines created in the pool.
- subnetId string
- The subnet id on which to put all machines created in the pool.
- subnet_id str
- The subnet id on which to put all machines created in the pool.
- subnetId String
- The subnet id on which to put all machines created in the pool.
OrganizationResponse 
- Url 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 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 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 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 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 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.
OsProfileResponse  
- SecretsManagement Pulumi.Settings Azure Native. Dev Ops Infrastructure. Inputs. Secrets Management Settings Response 
- The secret management settings of the machines in the pool.
- SecretsManagement SecretsSettings Management Settings Response 
- The secret management settings of the machines in the pool.
- secretsManagement SecretsSettings Management Settings Response 
- The secret management settings of the machines in the pool.
- secretsManagement SecretsSettings Management Settings Response 
- The secret management settings of the machines in the pool.
- secrets_management_ Secretssettings Management Settings Response 
- The secret management settings of the machines in the pool.
- secretsManagement Property MapSettings 
- The secret management settings of the machines in the pool.
PoolImageResponse  
- ResourceId 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.
- ResourceId 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.
- resourceId 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.
- resourceId 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 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.
- resourceId 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.
SecretsManagementSettingsResponse   
- KeyExportable bool
- Defines if the key of the certificates should be exportable.
- ObservedCertificates List<string>
- The list of certificates to install on all machines in the pool.
- CertificateStore stringLocation 
- Where to store certificates on the machine.
- KeyExportable bool
- Defines if the key of the certificates should be exportable.
- ObservedCertificates []string
- The list of certificates to install on all machines in the pool.
- CertificateStore stringLocation 
- Where to store certificates on the machine.
- keyExportable Boolean
- Defines if the key of the certificates should be exportable.
- observedCertificates List<String>
- The list of certificates to install on all machines in the pool.
- certificateStore StringLocation 
- Where to store certificates on the machine.
- keyExportable boolean
- Defines if the key of the certificates should be exportable.
- observedCertificates string[]
- The list of certificates to install on all machines in the pool.
- certificateStore stringLocation 
- Where to store certificates on the machine.
- key_exportable bool
- Defines if the key of the certificates should be exportable.
- observed_certificates Sequence[str]
- The list of certificates to install on all machines in the pool.
- certificate_store_ strlocation 
- Where to store certificates on the machine.
- keyExportable Boolean
- Defines if the key of the certificates should be exportable.
- observedCertificates List<String>
- The list of certificates to install on all machines in the pool.
- certificateStore StringLocation 
- Where to store certificates on the machine.
StatefulResponse 
- MaxAgent stringLifetime 
- How long should stateful machines be kept around. The maximum is one week.
- ResourcePredictions object
- Defines pool buffer.
- MaxAgent stringLifetime 
- How long should stateful machines be kept around. The maximum is one week.
- ResourcePredictions interface{}
- Defines pool buffer.
- maxAgent StringLifetime 
- How long should stateful machines be kept around. The maximum is one week.
- resourcePredictions Object
- Defines pool buffer.
- maxAgent stringLifetime 
- How long should stateful machines be kept around. The maximum is one week.
- resourcePredictions any
- Defines pool buffer.
- max_agent_ strlifetime 
- How long should stateful machines be kept around. The maximum is one week.
- resource_predictions Any
- Defines pool buffer.
- maxAgent StringLifetime 
- How long should stateful machines be kept around. The maximum is one week.
- resourcePredictions Any
- Defines pool buffer.
StatelessAgentProfileResponse   
- ResourcePredictions object
- Defines pool buffer.
- ResourcePredictions interface{}
- Defines pool buffer.
- resourcePredictions Object
- Defines pool buffer.
- resourcePredictions any
- Defines pool buffer.
- resource_predictions Any
- Defines pool buffer.
- resourcePredictions Any
- Defines pool buffer.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified 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.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
UserAssignedIdentityResponse   
- ClientId string
- The client ID of the assigned identity.
- PrincipalId string
- The principal ID of the assigned identity.
- ClientId string
- The client ID of the assigned identity.
- PrincipalId string
- The principal ID of the assigned identity.
- clientId String
- The client ID of the assigned identity.
- principalId String
- The principal ID of the assigned identity.
- clientId string
- The client ID of the assigned identity.
- principalId string
- The principal ID of the assigned identity.
- client_id str
- The client ID of the assigned identity.
- principal_id str
- The principal ID of the assigned identity.
- clientId String
- The client ID of the assigned identity.
- principalId String
- The principal ID of the assigned identity.
VmssFabricProfileResponse   
- Images
List<Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Pool Image Response> 
- The VM images of the machines in the pool.
- Sku
Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Dev Ops Azure Sku Response 
- The Azure SKU of the machines in the pool.
- NetworkProfile Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Network Profile Response 
- The network profile of the machines in the pool.
- OsProfile Pulumi.Azure Native. Dev Ops Infrastructure. Inputs. Os Profile Response 
- The OS profile of the machines in the pool.
- Images
[]PoolImage Response 
- The VM images of the machines in the pool.
- Sku
DevOps Azure Sku Response 
- The Azure SKU of the machines in the pool.
- NetworkProfile NetworkProfile Response 
- The network profile of the machines in the pool.
- OsProfile OsProfile Response 
- The OS profile of the machines in the pool.
- images
List<PoolImage Response> 
- The VM images of the machines in the pool.
- sku
DevOps Azure Sku Response 
- The Azure SKU of the machines in the pool.
- networkProfile NetworkProfile Response 
- The network profile of the machines in the pool.
- osProfile OsProfile Response 
- The OS profile of the machines in the pool.
- images
PoolImage Response[] 
- The VM images of the machines in the pool.
- sku
DevOps Azure Sku Response 
- The Azure SKU of the machines in the pool.
- networkProfile NetworkProfile Response 
- The network profile of the machines in the pool.
- osProfile OsProfile Response 
- The OS profile of the machines in the pool.
- images
Sequence[PoolImage Response] 
- The VM images of the machines in the pool.
- sku
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 List<Property Map>
- The VM images of the machines in the pool.
- sku Property Map
- The Azure SKU of the machines in the pool.
- networkProfile Property Map
- The network profile of the machines in the pool.
- osProfile Property Map
- The OS profile of the machines in the pool.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi