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
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:
- Cluster
Pool stringName - The name of the cluster pool.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Cluster
Pool stringName - The name of the cluster pool.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- cluster
Pool StringName - The name of the cluster pool.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- cluster
Pool stringName - The name of the cluster pool.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- cluster_
pool_ strname - The name of the cluster pool.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- cluster
Pool StringName - The name of the cluster pool.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getClusterPool Result
The following output properties are available:
- Aks
Cluster Pulumi.Profile Azure Native. HDInsight. Outputs. Cluster Pool Resource Properties Response Aks Cluster Profile - Properties of underlying AKS cluster.
- Aks
Managed stringResource Group Name - 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 stringVersion - The Azure API version of the resource.
- Compute
Profile Pulumi.Azure Native. HDInsight. Outputs. Cluster Pool Resource Properties Response Compute Profile - CLuster pool compute profile.
- Deployment
Id 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
- Provisioning
State string - Provisioning state of the resource.
- Status string
- Business status of the resource.
- System
Data Pulumi.Azure Native. HDInsight. 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"
- Cluster
Pool Pulumi.Profile Azure Native. HDInsight. Outputs. Cluster Pool Resource Properties Response Cluster Pool Profile - CLuster pool profile.
- Log
Analytics Pulumi.Profile Azure Native. HDInsight. Outputs. Cluster Pool Resource Properties Response Log Analytics Profile - Cluster pool log analytics profile to enable OMS agent for AKS cluster.
- Managed
Resource stringGroup Name - 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 Pulumi.Azure Native. HDInsight. Outputs. Cluster Pool Resource Properties Response Network Profile - Cluster pool network profile.
- Dictionary<string, string>
- Resource tags.
- Aks
Cluster ClusterProfile Pool Resource Properties Response Aks Cluster Profile - Properties of underlying AKS cluster.
- Aks
Managed stringResource Group Name - 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 stringVersion - The Azure API version of the resource.
- Compute
Profile ClusterPool Resource Properties Response Compute Profile - CLuster pool compute profile.
- Deployment
Id 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
- Provisioning
State string - Provisioning state of the resource.
- Status string
- Business status of the resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Cluster
Pool ClusterProfile Pool Resource Properties Response Cluster Pool Profile - CLuster pool profile.
- Log
Analytics ClusterProfile Pool Resource Properties Response Log Analytics Profile - Cluster pool log analytics profile to enable OMS agent for AKS cluster.
- Managed
Resource stringGroup Name - 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 ClusterPool Resource Properties Response Network Profile - Cluster pool network profile.
- map[string]string
- Resource tags.
- aks
Cluster ClusterProfile Pool Resource Properties Response Aks Cluster Profile - Properties of underlying AKS cluster.
- aks
Managed StringResource Group Name - 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 StringVersion - The Azure API version of the resource.
- compute
Profile ClusterPool Resource Properties Response Compute Profile - CLuster pool compute profile.
- deployment
Id 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
- provisioning
State String - Provisioning state of the resource.
- status String
- Business status of the resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- cluster
Pool ClusterProfile Pool Resource Properties Response Cluster Pool Profile - CLuster pool profile.
- log
Analytics ClusterProfile Pool Resource Properties Response Log Analytics Profile - Cluster pool log analytics profile to enable OMS agent for AKS cluster.
- managed
Resource StringGroup Name - 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 ClusterPool Resource Properties Response Network Profile - Cluster pool network profile.
- Map<String,String>
- Resource tags.
- aks
Cluster ClusterProfile Pool Resource Properties Response Aks Cluster Profile - Properties of underlying AKS cluster.
- aks
Managed stringResource Group Name - 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 stringVersion - The Azure API version of the resource.
- compute
Profile ClusterPool Resource Properties Response Compute Profile - CLuster pool compute profile.
- deployment
Id 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
- provisioning
State string - Provisioning state of the resource.
- status string
- Business status of the resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- cluster
Pool ClusterProfile Pool Resource Properties Response Cluster Pool Profile - CLuster pool profile.
- log
Analytics ClusterProfile Pool Resource Properties Response Log Analytics Profile - Cluster pool log analytics profile to enable OMS agent for AKS cluster.
- managed
Resource stringGroup Name - 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 ClusterPool Resource Properties Response Network Profile - Cluster pool network profile.
- {[key: string]: string}
- Resource tags.
- aks_
cluster_ Clusterprofile Pool Resource Properties Response Aks Cluster Profile - Properties of underlying AKS cluster.
- aks_
managed_ strresource_ group_ name - 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_ strversion - The Azure API version of the resource.
- compute_
profile ClusterPool Resource Properties Response Compute Profile - 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 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"
- cluster_
pool_ Clusterprofile Pool Resource Properties Response Cluster Pool Profile - CLuster pool profile.
- log_
analytics_ Clusterprofile Pool Resource Properties Response Log Analytics Profile - Cluster pool log analytics profile to enable OMS agent for AKS cluster.
- managed_
resource_ strgroup_ name - 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 ClusterPool Resource Properties Response Network Profile - Cluster pool network profile.
- Mapping[str, str]
- Resource tags.
- aks
Cluster Property MapProfile - Properties of underlying AKS cluster.
- aks
Managed StringResource Group Name - 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 StringVersion - The Azure API version of the resource.
- compute
Profile Property Map - CLuster pool compute profile.
- deployment
Id 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
- provisioning
State String - Provisioning state of the resource.
- status String
- Business status of the resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- cluster
Pool Property MapProfile - CLuster pool profile.
- log
Analytics Property MapProfile - Cluster pool log analytics profile to enable OMS agent for AKS cluster.
- managed
Resource StringGroup Name - 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 Property Map - Cluster pool network profile.
- Map<String>
- Resource tags.
Supporting Types
AksClusterProfileResponseAksClusterAgentPoolIdentityProfile
- Msi
Client stringId - ClientId of the MSI.
- Msi
Object stringId - ObjectId of the MSI.
- Msi
Resource stringId - ResourceId of the MSI.
- Msi
Client stringId - ClientId of the MSI.
- Msi
Object stringId - ObjectId of the MSI.
- Msi
Resource stringId - ResourceId of the MSI.
- msi
Client StringId - ClientId of the MSI.
- msi
Object StringId - ObjectId of the MSI.
- msi
Resource StringId - ResourceId of the MSI.
- msi
Client stringId - ClientId of the MSI.
- msi
Object stringId - ObjectId of the MSI.
- msi
Resource stringId - ResourceId of the MSI.
- msi_
client_ strid - ClientId of the MSI.
- msi_
object_ strid - ObjectId of the MSI.
- msi_
resource_ strid - ResourceId of the MSI.
- msi
Client StringId - ClientId of the MSI.
- msi
Object StringId - ObjectId of the MSI.
- msi
Resource StringId - ResourceId of the MSI.
ClusterPoolResourcePropertiesResponseAksClusterProfile
- Aks
Version string - AKS control plane and default node pool version of this ClusterPool
- Aks
Cluster Pulumi.Agent Pool Identity Profile Azure Native. HDInsight. Inputs. Aks Cluster Profile Response Aks Cluster Agent Pool Identity Profile - Identity properties of the AKS cluster agentpool MSI
- Aks
Cluster stringResource Id - ARM Resource ID of the AKS cluster
- Aks
Version string - AKS control plane and default node pool version of this ClusterPool
- Aks
Cluster AksAgent Pool Identity Profile Cluster Profile Response Aks Cluster Agent Pool Identity Profile - Identity properties of the AKS cluster agentpool MSI
- Aks
Cluster stringResource Id - ARM Resource ID of the AKS cluster
- aks
Version String - AKS control plane and default node pool version of this ClusterPool
- aks
Cluster AksAgent Pool Identity Profile Cluster Profile Response Aks Cluster Agent Pool Identity Profile - Identity properties of the AKS cluster agentpool MSI
- aks
Cluster StringResource Id - ARM Resource ID of the AKS cluster
- aks
Version string - AKS control plane and default node pool version of this ClusterPool
- aks
Cluster AksAgent Pool Identity Profile Cluster Profile Response Aks Cluster Agent Pool Identity Profile - Identity properties of the AKS cluster agentpool MSI
- aks
Cluster stringResource Id - ARM Resource ID of the AKS cluster
- aks_
version str - AKS control plane and default node pool version of this ClusterPool
- aks_
cluster_ Aksagent_ pool_ identity_ profile Cluster Profile Response Aks Cluster Agent Pool Identity Profile - Identity properties of the AKS cluster agentpool MSI
- aks_
cluster_ strresource_ id - ARM Resource ID of the AKS cluster
- aks
Version String - AKS control plane and default node pool version of this ClusterPool
- aks
Cluster Property MapAgent Pool Identity Profile - Identity properties of the AKS cluster agentpool MSI
- aks
Cluster StringResource Id - ARM Resource ID of the AKS cluster
ClusterPoolResourcePropertiesResponseClusterPoolProfile
- Cluster
Pool stringVersion - Cluster pool version is a 2-part version.
- Public
Ip Pulumi.Tag Azure Native. HDInsight. Inputs. Ip Tag Response - Gets or sets the IP tag for the public IPs created along with the HDInsightOnAks ClusterPools and Clusters.
- Cluster
Pool stringVersion - Cluster pool version is a 2-part version.
- Public
Ip IpTag Tag Response - Gets or sets the IP tag for the public IPs created along with the HDInsightOnAks ClusterPools and Clusters.
- cluster
Pool StringVersion - Cluster pool version is a 2-part version.
- public
Ip IpTag Tag Response - Gets or sets the IP tag for the public IPs created along with the HDInsightOnAks ClusterPools and Clusters.
- cluster
Pool stringVersion - Cluster pool version is a 2-part version.
- public
Ip IpTag Tag Response - Gets or sets the IP tag for the public IPs created along with the HDInsightOnAks ClusterPools and Clusters.
- cluster_
pool_ strversion - Cluster pool version is a 2-part version.
- public_
ip_ Iptag Tag Response - Gets or sets the IP tag for the public IPs created along with the HDInsightOnAks ClusterPools and Clusters.
- cluster
Pool StringVersion - Cluster pool version is a 2-part version.
- public
Ip Property MapTag - 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.
- Vm
Size string - The virtual machine SKU.
- Availability
Zones List<string> - The list of Availability zones to use for AKS VMSS nodes.
- Count int
- The number of virtual machines.
- Vm
Size string - The virtual machine SKU.
- Availability
Zones []string - The list of Availability zones to use for AKS VMSS nodes.
- count Integer
- The number of virtual machines.
- vm
Size String - The virtual machine SKU.
- availability
Zones List<String> - The list of Availability zones to use for AKS VMSS nodes.
- count number
- The number of virtual machines.
- vm
Size string - The virtual machine SKU.
- availability
Zones 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.
- vm
Size String - The virtual machine SKU.
- availability
Zones 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.
- Workspace
Id 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 string - Log analytics workspace to associate with the OMS agent.
- enabled Boolean
- True if log analytics is enabled for cluster pool, otherwise false.
- workspace
Id String - Log analytics workspace to associate with the OMS agent.
- enabled boolean
- True if log analytics is enabled for cluster pool, otherwise false.
- workspace
Id 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.
- workspace
Id String - Log analytics workspace to associate with the OMS agent.
ClusterPoolResourcePropertiesResponseNetworkProfile
- Subnet
Id string - Cluster pool subnet resource id.
- 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.
- Enable
Private boolApi Server - 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 string - This can only be set at cluster pool creation time and cannot be changed later.
- Subnet
Id string - Cluster pool subnet resource id.
- []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.
- Enable
Private boolApi Server - 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 string - This can only be set at cluster pool creation time and cannot be changed later.
- subnet
Id String - Cluster pool subnet resource id.
- 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.
- enable
Private BooleanApi Server - 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 String - This can only be set at cluster pool creation time and cannot be changed later.
- subnet
Id string - Cluster pool subnet resource id.
- 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.
- enable
Private booleanApi Server - 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 string - This can only be set at cluster pool creation time and cannot be changed later.
- subnet_
id str - Cluster pool subnet resource id.
- 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_ boolapi_ server - 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.
- subnet
Id String - Cluster pool subnet resource id.
- 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.
- enable
Private BooleanApi Server - 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 String - This can only be set at cluster pool creation time and cannot be changed later.
IpTagResponse
- ip_
tag_ strtype - 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
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
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 v2 docs if using the v2 version of this package.
Azure Native v3.4.0 published on Wednesday, May 7, 2025 by Pulumi