AzureKustoEmulatorResource(AzureKustoClusterResource) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the AzureKustoEmulatorResource class.
public AzureKustoEmulatorResource(Aspire.Hosting.Azure.Kusto.AzureKustoClusterResource innerResource);
new Aspire.Hosting.Azure.Kusto.AzureKustoEmulatorResource : Aspire.Hosting.Azure.Kusto.AzureKustoClusterResource -> Aspire.Hosting.Azure.Kusto.AzureKustoEmulatorResource
Public Sub New (innerResource As AzureKustoClusterResource)
Parameters
- innerResource
- AzureKustoClusterResource
The wrapped Kusto resource.