Skip to content
DocsTry Aspire
DocsTry

AzureKubernetesEnvironmentResource Properties

ClassProperties6 members
AKS-specific pipeline step implementations for AzureKubernetesEnvironmentResource.
ClusterFqdnSection titled ClusterFqdnBicepOutputReference
Gets the fully qualified domain name of the AKS cluster.
public BicepOutputReference ClusterFqdn { get; }
IdSection titled IdBicepOutputReference
Gets the resource ID of the AKS cluster.
public BicepOutputReference Id { get; }
KubeletIdentityObjectIdSection titled KubeletIdentityObjectIdBicepOutputReference
Gets the object ID of the kubelet managed identity.
public BicepOutputReference KubeletIdentityObjectId { get; }
NameOutputReferenceSection titled NameOutputReferenceBicepOutputReference
Gets the name output reference for the AKS cluster.
public BicepOutputReference NameOutputReference { get; }
NodeResourceGroupSection titled NodeResourceGroupBicepOutputReference
Gets the name of the node resource group.
public BicepOutputReference NodeResourceGroup { get; }
OidcIssuerUrlSection titled OidcIssuerUrlBicepOutputReference
Gets the OIDC issuer URL for the AKS cluster, used for workload identity federation.
public BicepOutputReference OidcIssuerUrl { get; }