Package version:

Interface ClusterPoolResourcePropertiesAksClusterProfile

Properties of underlying AKS cluster.

interface ClusterPoolResourcePropertiesAksClusterProfile {
    aksClusterAgentPoolIdentityProfile?: AksClusterProfileAksClusterAgentPoolIdentityProfile;
    aksClusterResourceId?: string;
    aksVersion?: string;
}

Hierarchy (view full)

Properties

aksClusterAgentPoolIdentityProfile?: AksClusterProfileAksClusterAgentPoolIdentityProfile

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 NOTE: This property will not be serialized. It can only be populated by the server.