Getkusto Pool Result
data class GetkustoPoolResult(val dataIngestionUri: String, val engineType: String? = null, val etag: String, val id: String, val location: String, val name: String, 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, engineType: String? = null, etag: String, id: String, location: String, name: String, 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
The engine type
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.