AzureKustoClusterResource Constructors
Class Constructors 1 member
A resource that represents a Kusto cluster.
Constructor(string, Action<AzureResourceInfrastructure>) Section titled Constructor(string, Action<AzureResourceInfrastructure>) Initializes a new instance of the
AzureKustoClusterResource class. public class AzureKustoClusterResource{ public AzureKustoClusterResource( string name, Action<AzureResourceInfrastructure> configureInfrastructure) { // ... }}Parameters
name string The name of the resource. configureInfrastructure Action<AzureResourceInfrastructure> Callback to configure the Azure resources.