1. Packages
  2. Azure Native
  3. API Docs
  4. devopsinfrastructure
  5. getPool
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.44.1 published on Thursday, Jun 6, 2024 by Pulumi

azure-native.devopsinfrastructure.getPool

Explore with Pulumi AI

azure-native logo
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.44.1 published on Thursday, Jun 6, 2024 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.

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:devopsinfrastructure:getPool
      arguments:
        # arguments dictionary

    The following arguments are supported:

    PoolName string
    Name of the pool. It needs to be globally unique.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    PoolName string
    Name of the pool. It needs to be globally unique.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    poolName String
    Name of the pool. It needs to be globally unique.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    poolName string
    Name of the pool. It needs to be globally unique.
    resourceGroupName string
    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_name str
    The name of the resource group. The name is case insensitive.
    poolName String
    Name of the pool. It needs to be globally unique.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getPool Result

    The following output properties are available:

    AgentProfile Pulumi.AzureNative.DevOpsInfrastructure.Outputs.StatefulResponse | Pulumi.AzureNative.DevOpsInfrastructure.Outputs.StatelessAgentProfileResponse
    Defines how the machine will be handled once it executed a job.
    DevCenterProjectResourceId string
    The resource id of the DevCenter Project the pool belongs to.
    FabricProfile Pulumi.AzureNative.DevOpsInfrastructure.Outputs.VmssFabricProfileResponse
    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.AzureNative.DevOpsInfrastructure.Outputs.AzureDevOpsOrganizationProfileResponse
    Defines the organization in which the pool will be used.
    SystemData Pulumi.AzureNative.DevOpsInfrastructure.Outputs.SystemDataResponse
    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.AzureNative.DevOpsInfrastructure.Outputs.ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    ProvisioningState string
    The status of the current operation.
    Tags Dictionary<string, string>
    Resource tags.
    AgentProfile StatefulResponse | StatelessAgentProfileResponse
    Defines how the machine will be handled once it executed a job.
    DevCenterProjectResourceId string
    The resource id of the DevCenter Project the pool belongs to.
    FabricProfile VmssFabricProfileResponse
    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 AzureDevOpsOrganizationProfileResponse
    Defines the organization in which the pool will be used.
    SystemData SystemDataResponse
    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 ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    ProvisioningState string
    The status of the current operation.
    Tags map[string]string
    Resource tags.
    agentProfile StatefulResponse | StatelessAgentProfileResponse
    Defines how the machine will be handled once it executed a job.
    devCenterProjectResourceId String
    The resource id of the DevCenter Project the pool belongs to.
    fabricProfile VmssFabricProfileResponse
    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 AzureDevOpsOrganizationProfileResponse
    Defines the organization in which the pool will be used.
    systemData SystemDataResponse
    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 ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    provisioningState String
    The status of the current operation.
    tags Map<String,String>
    Resource tags.
    agentProfile StatefulResponse | StatelessAgentProfileResponse
    Defines how the machine will be handled once it executed a job.
    devCenterProjectResourceId string
    The resource id of the DevCenter Project the pool belongs to.
    fabricProfile VmssFabricProfileResponse
    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 AzureDevOpsOrganizationProfileResponse
    Defines the organization in which the pool will be used.
    systemData SystemDataResponse
    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 ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    provisioningState string
    The status of the current operation.
    tags {[key: string]: string}
    Resource tags.
    agent_profile StatefulResponse | StatelessAgentProfileResponse
    Defines how the machine will be handled once it executed a job.
    dev_center_project_resource_id str
    The resource id of the DevCenter Project the pool belongs to.
    fabric_profile VmssFabricProfileResponse
    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 AzureDevOpsOrganizationProfileResponse
    Defines the organization in which the pool will be used.
    system_data SystemDataResponse
    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 ManagedServiceIdentityResponse
    The managed service identities assigned to this resource.
    provisioning_state str
    The status of the current operation.
    tags Mapping[str, str]
    Resource tags.
    agentProfile Property Map | Property Map
    Defines how the machine will be handled once it executed a job.
    devCenterProjectResourceId String
    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.
    tags Map<String>
    Resource tags.

    Supporting Types

    AzureDevOpsOrganizationProfileResponse

    Organizations List<Pulumi.AzureNative.DevOpsInfrastructure.Inputs.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 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

    Name string
    The Azure SKU name of the machines in the pool.
    Tier string
    The Azure SKU tier of the machines in the pool.
    Name string
    The Azure SKU name of the machines in the pool.
    Tier string
    The Azure SKU tier of the machines in the pool.
    name String
    The Azure SKU name of the machines in the pool.
    tier String
    The Azure SKU tier of the machines in the pool.
    name string
    The Azure SKU name of the machines in the pool.
    tier string
    The Azure SKU tier of the machines in the pool.
    name str
    The Azure SKU name of the machines in the pool.
    tier str
    The Azure SKU tier of the machines in the pool.
    name String
    The Azure SKU name of the machines in the pool.
    tier String
    The Azure SKU tier of the machines in the pool.

    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).
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.DevOpsInfrastructure.Inputs.UserAssignedIdentityResponse>
    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).
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    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).
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    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).
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    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_identities Mapping[str, UserAssignedIdentityResponse]
    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).
    userAssignedIdentities Map<Property Map>
    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

    SecretsManagementSettings SecretsManagementSettingsResponse
    The secret management settings of the machines in the pool.
    secretsManagementSettings SecretsManagementSettingsResponse
    The secret management settings of the machines in the pool.
    secretsManagementSettings SecretsManagementSettingsResponse
    The secret management settings of the machines in the pool.
    secrets_management_settings SecretsManagementSettingsResponse
    The secret management settings of the machines in the pool.
    secretsManagementSettings Property Map
    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.
    CertificateStoreLocation string
    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.
    CertificateStoreLocation string
    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.
    certificateStoreLocation String
    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.
    certificateStoreLocation string
    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_location str
    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.
    certificateStoreLocation String
    Where to store certificates on the machine.

    StatefulResponse

    MaxAgentLifetime string
    How long should stateful machines be kept around. The maximum is one week.
    ResourcePredictions object
    Defines pool buffer.
    MaxAgentLifetime string
    How long should stateful machines be kept around. The maximum is one week.
    ResourcePredictions interface{}
    Defines pool buffer.
    maxAgentLifetime String
    How long should stateful machines be kept around. The maximum is one week.
    resourcePredictions Object
    Defines pool buffer.
    maxAgentLifetime string
    How long should stateful machines be kept around. The maximum is one week.
    resourcePredictions any
    Defines pool buffer.
    max_agent_lifetime str
    How long should stateful machines be kept around. The maximum is one week.
    resource_predictions Any
    Defines pool buffer.
    maxAgentLifetime String
    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.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    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.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    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 []PoolImageResponse
    The VM images of the machines in the pool.
    Sku DevOpsAzureSkuResponse
    The Azure SKU of the machines in the pool.
    NetworkProfile NetworkProfileResponse
    The network profile of the machines in the pool.
    OsProfile OsProfileResponse
    The OS profile of the machines in the pool.
    images List<PoolImageResponse>
    The VM images of the machines in the pool.
    sku DevOpsAzureSkuResponse
    The Azure SKU of the machines in the pool.
    networkProfile NetworkProfileResponse
    The network profile of the machines in the pool.
    osProfile OsProfileResponse
    The OS profile of the machines in the pool.
    images PoolImageResponse[]
    The VM images of the machines in the pool.
    sku DevOpsAzureSkuResponse
    The Azure SKU of the machines in the pool.
    networkProfile NetworkProfileResponse
    The network profile of the machines in the pool.
    osProfile OsProfileResponse
    The OS profile of the machines in the pool.
    images Sequence[PoolImageResponse]
    The VM images of the machines in the pool.
    sku DevOpsAzureSkuResponse
    The Azure SKU of the machines in the pool.
    network_profile NetworkProfileResponse
    The network profile of the machines in the pool.
    os_profile OsProfileResponse
    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
    azure-native logo
    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.44.1 published on Thursday, Jun 6, 2024 by Pulumi