AzureKustoClusterResource Properties
Class Properties 5 members
A resource that represents a Kusto cluster.
Gets the cluster URI output reference for the Azure Kusto cluster.
public BicepOutputReference ClusterUri { get; }public ReferenceExpression ConnectionStringExpression { get; } Gets whether the resource is running the local emulator.
public bool IsEmulator { get; } Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; } Gets the connection URI expression for the Kusto cluster.
public ReferenceExpression UriExpression { get; }Remarks
In emulator mode, resolves to the container's HTTP endpoint. In Azure mode, resolves to the Azure Kusto cluster URI.