Get Kusto Pool Result
data class GetKustoPoolResult(val dataIngestionUri: String, val enablePurge: Boolean? = null, val enableStreamingIngest: Boolean? = null, val etag: String, val id: String, val languageExtensions: LanguageExtensionsListResponse, val location: String, val name: String, val optimizedAutoscale: OptimizedAutoscaleResponse? = null, val provisioningState: String, val sku: AzureSkuResponse, val state: String, val stateReason: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val uri: String, val workspaceUID: String? = null)
Class representing a Kusto kusto pool.
Constructors
Link copied to clipboard
constructor(dataIngestionUri: String, enablePurge: Boolean? = null, enableStreamingIngest: Boolean? = null, etag: String, id: String, languageExtensions: LanguageExtensionsListResponse, location: String, name: String, optimizedAutoscale: OptimizedAutoscaleResponse? = null, provisioningState: String, sku: AzureSkuResponse, state: String, stateReason: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, uri: String, workspaceUID: String? = null)
Properties
Link copied to clipboard
The Kusto Pool data ingestion URI.
Link copied to clipboard
A boolean value that indicates if the purge operations are enabled.
Link copied to clipboard
A boolean value that indicates if the streaming ingest is enabled.
Link copied to clipboard
List of the Kusto Pool's language extensions.
Link copied to clipboard
Optimized auto scale definition.
Link copied to clipboard
The provisioned state of the resource.
Link copied to clipboard
The SKU of the kusto pool.
Link copied to clipboard
The reason for the Kusto Pool's current state.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
The workspace unique identifier.