1. Packages
  2. Azure Native
  3. API Docs
  4. hdinsight
  5. getClusterPool
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.4.0 published on Wednesday, May 7, 2025 by Pulumi

azure-native.hdinsight.getClusterPool

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.4.0 published on Wednesday, May 7, 2025 by Pulumi

    Gets a cluster pool.

    Uses Azure REST API version 2024-05-01-preview.

    Other available API versions: 2023-06-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hdinsight [ApiVersion]. See the version guide for details.

    Using getClusterPool

    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 getClusterPool(args: GetClusterPoolArgs, opts?: InvokeOptions): Promise<GetClusterPoolResult>
    function getClusterPoolOutput(args: GetClusterPoolOutputArgs, opts?: InvokeOptions): Output<GetClusterPoolResult>
    def get_cluster_pool(cluster_pool_name: Optional[str] = None,
                         resource_group_name: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetClusterPoolResult
    def get_cluster_pool_output(cluster_pool_name: Optional[pulumi.Input[str]] = None,
                         resource_group_name: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetClusterPoolResult]
    func LookupClusterPool(ctx *Context, args *LookupClusterPoolArgs, opts ...InvokeOption) (*LookupClusterPoolResult, error)
    func LookupClusterPoolOutput(ctx *Context, args *LookupClusterPoolOutputArgs, opts ...InvokeOption) LookupClusterPoolResultOutput

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

    public static class GetClusterPool 
    {
        public static Task<GetClusterPoolResult> InvokeAsync(GetClusterPoolArgs args, InvokeOptions? opts = null)
        public static Output<GetClusterPoolResult> Invoke(GetClusterPoolInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetClusterPoolResult> getClusterPool(GetClusterPoolArgs args, InvokeOptions options)
    public static Output<GetClusterPoolResult> getClusterPool(GetClusterPoolArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:hdinsight:getClusterPool
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterPoolName string
    The name of the cluster pool.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ClusterPoolName string
    The name of the cluster pool.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    clusterPoolName String
    The name of the cluster pool.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    clusterPoolName string
    The name of the cluster pool.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    cluster_pool_name str
    The name of the cluster pool.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    clusterPoolName String
    The name of the cluster pool.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getClusterPool Result

    The following output properties are available:

    AksClusterProfile Pulumi.AzureNative.HDInsight.Outputs.ClusterPoolResourcePropertiesResponseAksClusterProfile
    Properties of underlying AKS cluster.
    AksManagedResourceGroupName string
    A resource group created by AKS, to hold the infrastructure resources created by AKS on-behalf of customers. It is generated by cluster pool name and managed resource group name by pattern: MC_{managedResourceGroupName}_{clusterPoolName}_{region}
    AzureApiVersion string
    The Azure API version of the resource.
    ComputeProfile Pulumi.AzureNative.HDInsight.Outputs.ClusterPoolResourcePropertiesResponseComputeProfile
    CLuster pool compute profile.
    DeploymentId string
    A unique id generated by the RP to identify the resource.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ProvisioningState string
    Provisioning state of the resource.
    Status string
    Business status of the resource.
    SystemData Pulumi.AzureNative.HDInsight.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"
    ClusterPoolProfile Pulumi.AzureNative.HDInsight.Outputs.ClusterPoolResourcePropertiesResponseClusterPoolProfile
    CLuster pool profile.
    LogAnalyticsProfile Pulumi.AzureNative.HDInsight.Outputs.ClusterPoolResourcePropertiesResponseLogAnalyticsProfile
    Cluster pool log analytics profile to enable OMS agent for AKS cluster.
    ManagedResourceGroupName string
    A resource group created by RP, to hold the resources created by RP on-behalf of customers. It will also be used to generate aksManagedResourceGroupName by pattern: MC_{managedResourceGroupName}_{clusterPoolName}_{region}. Please make sure it meets resource group name restriction.
    NetworkProfile Pulumi.AzureNative.HDInsight.Outputs.ClusterPoolResourcePropertiesResponseNetworkProfile
    Cluster pool network profile.
    Tags Dictionary<string, string>
    Resource tags.
    AksClusterProfile ClusterPoolResourcePropertiesResponseAksClusterProfile
    Properties of underlying AKS cluster.
    AksManagedResourceGroupName string
    A resource group created by AKS, to hold the infrastructure resources created by AKS on-behalf of customers. It is generated by cluster pool name and managed resource group name by pattern: MC_{managedResourceGroupName}_{clusterPoolName}_{region}
    AzureApiVersion string
    The Azure API version of the resource.
    ComputeProfile ClusterPoolResourcePropertiesResponseComputeProfile
    CLuster pool compute profile.
    DeploymentId string
    A unique id generated by the RP to identify the resource.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ProvisioningState string
    Provisioning state of the resource.
    Status string
    Business status of the resource.
    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"
    ClusterPoolProfile ClusterPoolResourcePropertiesResponseClusterPoolProfile
    CLuster pool profile.
    LogAnalyticsProfile ClusterPoolResourcePropertiesResponseLogAnalyticsProfile
    Cluster pool log analytics profile to enable OMS agent for AKS cluster.
    ManagedResourceGroupName string
    A resource group created by RP, to hold the resources created by RP on-behalf of customers. It will also be used to generate aksManagedResourceGroupName by pattern: MC_{managedResourceGroupName}_{clusterPoolName}_{region}. Please make sure it meets resource group name restriction.
    NetworkProfile ClusterPoolResourcePropertiesResponseNetworkProfile
    Cluster pool network profile.
    Tags map[string]string
    Resource tags.
    aksClusterProfile ClusterPoolResourcePropertiesResponseAksClusterProfile
    Properties of underlying AKS cluster.
    aksManagedResourceGroupName String
    A resource group created by AKS, to hold the infrastructure resources created by AKS on-behalf of customers. It is generated by cluster pool name and managed resource group name by pattern: MC_{managedResourceGroupName}_{clusterPoolName}_{region}
    azureApiVersion String
    The Azure API version of the resource.
    computeProfile ClusterPoolResourcePropertiesResponseComputeProfile
    CLuster pool compute profile.
    deploymentId String
    A unique id generated by the RP to identify the resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    provisioningState String
    Provisioning state of the resource.
    status String
    Business status of the resource.
    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"
    clusterPoolProfile ClusterPoolResourcePropertiesResponseClusterPoolProfile
    CLuster pool profile.
    logAnalyticsProfile ClusterPoolResourcePropertiesResponseLogAnalyticsProfile
    Cluster pool log analytics profile to enable OMS agent for AKS cluster.
    managedResourceGroupName String
    A resource group created by RP, to hold the resources created by RP on-behalf of customers. It will also be used to generate aksManagedResourceGroupName by pattern: MC_{managedResourceGroupName}_{clusterPoolName}_{region}. Please make sure it meets resource group name restriction.
    networkProfile ClusterPoolResourcePropertiesResponseNetworkProfile
    Cluster pool network profile.
    tags Map<String,String>
    Resource tags.
    aksClusterProfile ClusterPoolResourcePropertiesResponseAksClusterProfile
    Properties of underlying AKS cluster.
    aksManagedResourceGroupName string
    A resource group created by AKS, to hold the infrastructure resources created by AKS on-behalf of customers. It is generated by cluster pool name and managed resource group name by pattern: MC_{managedResourceGroupName}_{clusterPoolName}_{region}
    azureApiVersion string
    The Azure API version of the resource.
    computeProfile ClusterPoolResourcePropertiesResponseComputeProfile
    CLuster pool compute profile.
    deploymentId string
    A unique id generated by the RP to identify the resource.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    provisioningState string
    Provisioning state of the resource.
    status string
    Business status of the resource.
    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"
    clusterPoolProfile ClusterPoolResourcePropertiesResponseClusterPoolProfile
    CLuster pool profile.
    logAnalyticsProfile ClusterPoolResourcePropertiesResponseLogAnalyticsProfile
    Cluster pool log analytics profile to enable OMS agent for AKS cluster.
    managedResourceGroupName string
    A resource group created by RP, to hold the resources created by RP on-behalf of customers. It will also be used to generate aksManagedResourceGroupName by pattern: MC_{managedResourceGroupName}_{clusterPoolName}_{region}. Please make sure it meets resource group name restriction.
    networkProfile ClusterPoolResourcePropertiesResponseNetworkProfile
    Cluster pool network profile.
    tags {[key: string]: string}
    Resource tags.
    aks_cluster_profile ClusterPoolResourcePropertiesResponseAksClusterProfile
    Properties of underlying AKS cluster.
    aks_managed_resource_group_name str
    A resource group created by AKS, to hold the infrastructure resources created by AKS on-behalf of customers. It is generated by cluster pool name and managed resource group name by pattern: MC_{managedResourceGroupName}_{clusterPoolName}_{region}
    azure_api_version str
    The Azure API version of the resource.
    compute_profile ClusterPoolResourcePropertiesResponseComputeProfile
    CLuster pool compute profile.
    deployment_id str
    A unique id generated by the RP to identify the resource.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    provisioning_state str
    Provisioning state of the resource.
    status str
    Business status of the resource.
    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"
    cluster_pool_profile ClusterPoolResourcePropertiesResponseClusterPoolProfile
    CLuster pool profile.
    log_analytics_profile ClusterPoolResourcePropertiesResponseLogAnalyticsProfile
    Cluster pool log analytics profile to enable OMS agent for AKS cluster.
    managed_resource_group_name str
    A resource group created by RP, to hold the resources created by RP on-behalf of customers. It will also be used to generate aksManagedResourceGroupName by pattern: MC_{managedResourceGroupName}_{clusterPoolName}_{region}. Please make sure it meets resource group name restriction.
    network_profile ClusterPoolResourcePropertiesResponseNetworkProfile
    Cluster pool network profile.
    tags Mapping[str, str]
    Resource tags.
    aksClusterProfile Property Map
    Properties of underlying AKS cluster.
    aksManagedResourceGroupName String
    A resource group created by AKS, to hold the infrastructure resources created by AKS on-behalf of customers. It is generated by cluster pool name and managed resource group name by pattern: MC_{managedResourceGroupName}_{clusterPoolName}_{region}
    azureApiVersion String
    The Azure API version of the resource.
    computeProfile Property Map
    CLuster pool compute profile.
    deploymentId String
    A unique id generated by the RP to identify the resource.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    provisioningState String
    Provisioning state of the resource.
    status String
    Business status of the resource.
    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"
    clusterPoolProfile Property Map
    CLuster pool profile.
    logAnalyticsProfile Property Map
    Cluster pool log analytics profile to enable OMS agent for AKS cluster.
    managedResourceGroupName String
    A resource group created by RP, to hold the resources created by RP on-behalf of customers. It will also be used to generate aksManagedResourceGroupName by pattern: MC_{managedResourceGroupName}_{clusterPoolName}_{region}. Please make sure it meets resource group name restriction.
    networkProfile Property Map
    Cluster pool network profile.
    tags Map<String>
    Resource tags.

    Supporting Types

    AksClusterProfileResponseAksClusterAgentPoolIdentityProfile

    MsiClientId string
    ClientId of the MSI.
    MsiObjectId string
    ObjectId of the MSI.
    MsiResourceId string
    ResourceId of the MSI.
    MsiClientId string
    ClientId of the MSI.
    MsiObjectId string
    ObjectId of the MSI.
    MsiResourceId string
    ResourceId of the MSI.
    msiClientId String
    ClientId of the MSI.
    msiObjectId String
    ObjectId of the MSI.
    msiResourceId String
    ResourceId of the MSI.
    msiClientId string
    ClientId of the MSI.
    msiObjectId string
    ObjectId of the MSI.
    msiResourceId string
    ResourceId of the MSI.
    msi_client_id str
    ClientId of the MSI.
    msi_object_id str
    ObjectId of the MSI.
    msi_resource_id str
    ResourceId of the MSI.
    msiClientId String
    ClientId of the MSI.
    msiObjectId String
    ObjectId of the MSI.
    msiResourceId String
    ResourceId of the MSI.

    ClusterPoolResourcePropertiesResponseAksClusterProfile

    AksVersion string
    AKS control plane and default node pool version of this ClusterPool
    AksClusterAgentPoolIdentityProfile Pulumi.AzureNative.HDInsight.Inputs.AksClusterProfileResponseAksClusterAgentPoolIdentityProfile
    Identity properties of the AKS cluster agentpool MSI
    AksClusterResourceId string
    ARM Resource ID of the AKS cluster
    AksVersion string
    AKS control plane and default node pool version of this ClusterPool
    AksClusterAgentPoolIdentityProfile AksClusterProfileResponseAksClusterAgentPoolIdentityProfile
    Identity properties of the AKS cluster agentpool MSI
    AksClusterResourceId string
    ARM Resource ID of the AKS cluster
    aksVersion String
    AKS control plane and default node pool version of this ClusterPool
    aksClusterAgentPoolIdentityProfile AksClusterProfileResponseAksClusterAgentPoolIdentityProfile
    Identity properties of the AKS cluster agentpool MSI
    aksClusterResourceId String
    ARM Resource ID of the AKS cluster
    aksVersion string
    AKS control plane and default node pool version of this ClusterPool
    aksClusterAgentPoolIdentityProfile AksClusterProfileResponseAksClusterAgentPoolIdentityProfile
    Identity properties of the AKS cluster agentpool MSI
    aksClusterResourceId string
    ARM Resource ID of the AKS cluster
    aks_version str
    AKS control plane and default node pool version of this ClusterPool
    aks_cluster_agent_pool_identity_profile AksClusterProfileResponseAksClusterAgentPoolIdentityProfile
    Identity properties of the AKS cluster agentpool MSI
    aks_cluster_resource_id str
    ARM Resource ID of the AKS cluster
    aksVersion String
    AKS control plane and default node pool version of this ClusterPool
    aksClusterAgentPoolIdentityProfile Property Map
    Identity properties of the AKS cluster agentpool MSI
    aksClusterResourceId String
    ARM Resource ID of the AKS cluster

    ClusterPoolResourcePropertiesResponseClusterPoolProfile

    ClusterPoolVersion string
    Cluster pool version is a 2-part version.
    PublicIpTag Pulumi.AzureNative.HDInsight.Inputs.IpTagResponse
    Gets or sets the IP tag for the public IPs created along with the HDInsightOnAks ClusterPools and Clusters.
    ClusterPoolVersion string
    Cluster pool version is a 2-part version.
    PublicIpTag IpTagResponse
    Gets or sets the IP tag for the public IPs created along with the HDInsightOnAks ClusterPools and Clusters.
    clusterPoolVersion String
    Cluster pool version is a 2-part version.
    publicIpTag IpTagResponse
    Gets or sets the IP tag for the public IPs created along with the HDInsightOnAks ClusterPools and Clusters.
    clusterPoolVersion string
    Cluster pool version is a 2-part version.
    publicIpTag IpTagResponse
    Gets or sets the IP tag for the public IPs created along with the HDInsightOnAks ClusterPools and Clusters.
    cluster_pool_version str
    Cluster pool version is a 2-part version.
    public_ip_tag IpTagResponse
    Gets or sets the IP tag for the public IPs created along with the HDInsightOnAks ClusterPools and Clusters.
    clusterPoolVersion String
    Cluster pool version is a 2-part version.
    publicIpTag Property Map
    Gets or sets the IP tag for the public IPs created along with the HDInsightOnAks ClusterPools and Clusters.

    ClusterPoolResourcePropertiesResponseComputeProfile

    Count int
    The number of virtual machines.
    VmSize string
    The virtual machine SKU.
    AvailabilityZones List<string>
    The list of Availability zones to use for AKS VMSS nodes.
    Count int
    The number of virtual machines.
    VmSize string
    The virtual machine SKU.
    AvailabilityZones []string
    The list of Availability zones to use for AKS VMSS nodes.
    count Integer
    The number of virtual machines.
    vmSize String
    The virtual machine SKU.
    availabilityZones List<String>
    The list of Availability zones to use for AKS VMSS nodes.
    count number
    The number of virtual machines.
    vmSize string
    The virtual machine SKU.
    availabilityZones string[]
    The list of Availability zones to use for AKS VMSS nodes.
    count int
    The number of virtual machines.
    vm_size str
    The virtual machine SKU.
    availability_zones Sequence[str]
    The list of Availability zones to use for AKS VMSS nodes.
    count Number
    The number of virtual machines.
    vmSize String
    The virtual machine SKU.
    availabilityZones List<String>
    The list of Availability zones to use for AKS VMSS nodes.

    ClusterPoolResourcePropertiesResponseLogAnalyticsProfile

    Enabled bool
    True if log analytics is enabled for cluster pool, otherwise false.
    WorkspaceId string
    Log analytics workspace to associate with the OMS agent.
    Enabled bool
    True if log analytics is enabled for cluster pool, otherwise false.
    WorkspaceId string
    Log analytics workspace to associate with the OMS agent.
    enabled Boolean
    True if log analytics is enabled for cluster pool, otherwise false.
    workspaceId String
    Log analytics workspace to associate with the OMS agent.
    enabled boolean
    True if log analytics is enabled for cluster pool, otherwise false.
    workspaceId string
    Log analytics workspace to associate with the OMS agent.
    enabled bool
    True if log analytics is enabled for cluster pool, otherwise false.
    workspace_id str
    Log analytics workspace to associate with the OMS agent.
    enabled Boolean
    True if log analytics is enabled for cluster pool, otherwise false.
    workspaceId String
    Log analytics workspace to associate with the OMS agent.

    ClusterPoolResourcePropertiesResponseNetworkProfile

    SubnetId string
    Cluster pool subnet resource id.
    ApiServerAuthorizedIpRanges List<string>
    IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with private AKS clusters. So you cannot set enablePrivateApiServer to true and apiServerAuthorizedIpRanges at the same time. Currently, this property is not supported and please don't use it.
    EnablePrivateApiServer bool
    ClusterPool is based on AKS cluster. AKS cluster exposes the API server to public internet by default. If you set this property to true, a private AKS cluster will be created, and it will use private apiserver, which is not exposed to public internet.
    OutboundType string
    This can only be set at cluster pool creation time and cannot be changed later.
    SubnetId string
    Cluster pool subnet resource id.
    ApiServerAuthorizedIpRanges []string
    IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with private AKS clusters. So you cannot set enablePrivateApiServer to true and apiServerAuthorizedIpRanges at the same time. Currently, this property is not supported and please don't use it.
    EnablePrivateApiServer bool
    ClusterPool is based on AKS cluster. AKS cluster exposes the API server to public internet by default. If you set this property to true, a private AKS cluster will be created, and it will use private apiserver, which is not exposed to public internet.
    OutboundType string
    This can only be set at cluster pool creation time and cannot be changed later.
    subnetId String
    Cluster pool subnet resource id.
    apiServerAuthorizedIpRanges List<String>
    IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with private AKS clusters. So you cannot set enablePrivateApiServer to true and apiServerAuthorizedIpRanges at the same time. Currently, this property is not supported and please don't use it.
    enablePrivateApiServer Boolean
    ClusterPool is based on AKS cluster. AKS cluster exposes the API server to public internet by default. If you set this property to true, a private AKS cluster will be created, and it will use private apiserver, which is not exposed to public internet.
    outboundType String
    This can only be set at cluster pool creation time and cannot be changed later.
    subnetId string
    Cluster pool subnet resource id.
    apiServerAuthorizedIpRanges string[]
    IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with private AKS clusters. So you cannot set enablePrivateApiServer to true and apiServerAuthorizedIpRanges at the same time. Currently, this property is not supported and please don't use it.
    enablePrivateApiServer boolean
    ClusterPool is based on AKS cluster. AKS cluster exposes the API server to public internet by default. If you set this property to true, a private AKS cluster will be created, and it will use private apiserver, which is not exposed to public internet.
    outboundType string
    This can only be set at cluster pool creation time and cannot be changed later.
    subnet_id str
    Cluster pool subnet resource id.
    api_server_authorized_ip_ranges Sequence[str]
    IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with private AKS clusters. So you cannot set enablePrivateApiServer to true and apiServerAuthorizedIpRanges at the same time. Currently, this property is not supported and please don't use it.
    enable_private_api_server bool
    ClusterPool is based on AKS cluster. AKS cluster exposes the API server to public internet by default. If you set this property to true, a private AKS cluster will be created, and it will use private apiserver, which is not exposed to public internet.
    outbound_type str
    This can only be set at cluster pool creation time and cannot be changed later.
    subnetId String
    Cluster pool subnet resource id.
    apiServerAuthorizedIpRanges List<String>
    IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with private AKS clusters. So you cannot set enablePrivateApiServer to true and apiServerAuthorizedIpRanges at the same time. Currently, this property is not supported and please don't use it.
    enablePrivateApiServer Boolean
    ClusterPool is based on AKS cluster. AKS cluster exposes the API server to public internet by default. If you set this property to true, a private AKS cluster will be created, and it will use private apiserver, which is not exposed to public internet.
    outboundType String
    This can only be set at cluster pool creation time and cannot be changed later.

    IpTagResponse

    IpTagType string
    Gets or sets the ipTag type: Example FirstPartyUsage.
    Tag string
    Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc
    IpTagType string
    Gets or sets the ipTag type: Example FirstPartyUsage.
    Tag string
    Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc
    ipTagType String
    Gets or sets the ipTag type: Example FirstPartyUsage.
    tag String
    Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc
    ipTagType string
    Gets or sets the ipTag type: Example FirstPartyUsage.
    tag string
    Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc
    ip_tag_type str
    Gets or sets the ipTag type: Example FirstPartyUsage.
    tag str
    Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc
    ipTagType String
    Gets or sets the ipTag type: Example FirstPartyUsage.
    tag String
    Gets or sets value of the IpTag associated with the public IP. Example HDInsight, SQL, Storage etc

    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.

    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 v2 docs if using the v2 version of this package.
    Azure Native v3.4.0 published on Wednesday, May 7, 2025 by Pulumi