Datastore Args
data class DatastoreArgs(val adxClusterResourceId: Output<String>? = null, val kustoClusterDisplayName: Output<String>? = null, val kustoClusterUri: Output<String>, val kustoDataIngestionUri: Output<String>, val kustoDatabaseName: Output<String>, val kustoManagementUrl: Output<String>, val kustoOfferingType: Output<Either<String, KustoOfferingType>>) : ConvertibleToJava<DatastoreArgs>
The properties of a data store.
Constructors
Link copied to clipboard
constructor(adxClusterResourceId: Output<String>? = null, kustoClusterDisplayName: Output<String>? = null, kustoClusterUri: Output<String>, kustoDataIngestionUri: Output<String>, kustoDatabaseName: Output<String>, kustoManagementUrl: Output<String>, kustoOfferingType: Output<Either<String, KustoOfferingType>>)
Properties
Link copied to clipboard
The Azure resource ID of an Azure Data Explorer cluster.
Link copied to clipboard
The Kusto cluster display name.
Link copied to clipboard
The Kusto cluster URI.
Link copied to clipboard
The name of a Kusto database.
Link copied to clipboard
The Kusto data ingestion URI.
Link copied to clipboard
The Kusto management URL.
Link copied to clipboard
The type of a Kusto offering.