Skip to content
Docs Try Aspire
Docs Try

AzureKubernetesEnvironmentResource Properties

Class Properties 6 members
AKS-specific pipeline step implementations for AzureKubernetesEnvironmentResource.
ClusterFqdn Section titled ClusterFqdn BicepOutputReference
Gets the fully qualified domain name of the AKS cluster.
public BicepOutputReference ClusterFqdn { get; }
Id Section titled Id BicepOutputReference
Gets the resource ID of the AKS cluster.
public BicepOutputReference Id { get; }
KubeletIdentityObjectId Section titled KubeletIdentityObjectId BicepOutputReference
Gets the object ID of the kubelet managed identity.
public BicepOutputReference KubeletIdentityObjectId { get; }
NameOutputReference Section titled NameOutputReference BicepOutputReference
Gets the name output reference for the AKS cluster.
public BicepOutputReference NameOutputReference { get; }
NodeResourceGroup Section titled NodeResourceGroup BicepOutputReference
Gets the name of the node resource group.
public BicepOutputReference NodeResourceGroup { get; }
OidcIssuerUrl Section titled OidcIssuerUrl BicepOutputReference
Gets the OIDC issuer URL for the AKS cluster, used for workload identity federation.
public BicepOutputReference OidcIssuerUrl { get; }