Skip to content
DocsTry Aspire
DocsTry

AzureKustoClusterResource Properties

ClassProperties5 members
A resource that represents a Kusto cluster.
ClusterUriSection titled ClusterUriBicepOutputReference
Gets the cluster URI output reference for the Azure Kusto cluster.
public BicepOutputReference ClusterUri { get; }
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
public ReferenceExpression ConnectionStringExpression { get; }
Gets whether the resource is running the local emulator.
public bool IsEmulator { get; }
NameOutputReferenceSection titled NameOutputReferenceBicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the Kusto cluster.
public ReferenceExpression UriExpression { get; }
In emulator mode, resolves to the container's HTTP endpoint. In Azure mode, resolves to the Azure Kusto cluster URI.