Skip to content
Docs Try Aspire

AzureKustoClusterResource Properties

Class Properties 5 members
A resource that represents a Kusto cluster.
ClusterUri Section titled ClusterUri BicepOutputReference
Gets the cluster URI output reference for the Azure Kusto cluster.
public BicepOutputReference ClusterUri { get; }
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
public ReferenceExpression ConnectionStringExpression { get; }
Gets whether the resource is running the local emulator.
public bool IsEmulator { get; }
NameOutputReference Section titled NameOutputReference BicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }
UriExpression Section titled UriExpression ReferenceExpression
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.