GetkustoPoolResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Kusto Pool data ingestion URI.

Link copied to clipboard
val engineType: String? = null

The engine type

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

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 state of the resource.

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
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val uri: String

The Kusto Pool URI.

Link copied to clipboard
val workspaceUid: String? = null

The workspace unique identifier.