GetKustoPoolResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Kusto Pool data ingestion URI.

Link copied to clipboard
val enablePurge: Boolean? = null

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

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

List of the Kusto Pool's language extensions.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

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 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.