KustoPoolUpdate interface

Class representing an update to a Kusto kusto pool.

Extends

Properties

dataIngestionUri

The Kusto Pool data ingestion URI. NOTE: This property will not be serialized. It can only be populated by the server.

enablePurge

A boolean value that indicates if the purge operations are enabled.

enableStreamingIngest

A boolean value that indicates if the streaming ingest is enabled.

languageExtensions

List of the Kusto Pool's language extensions. NOTE: This property will not be serialized. It can only be populated by the server.

optimizedAutoscale

Optimized auto scale definition.

provisioningState

The provisioned state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

sku

The SKU of the kusto pool.

state

The state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

stateReason

The reason for the Kusto Pool's current state. NOTE: This property will not be serialized. It can only be populated by the server.

tags

Resource tags.

uri

The Kusto Pool URI. NOTE: This property will not be serialized. It can only be populated by the server.

workspaceUID

The workspace unique identifier.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

dataIngestionUri

The Kusto Pool data ingestion URI. NOTE: This property will not be serialized. It can only be populated by the server.

dataIngestionUri?: string

Property Value

string

enablePurge

A boolean value that indicates if the purge operations are enabled.

enablePurge?: boolean

Property Value

boolean

enableStreamingIngest

A boolean value that indicates if the streaming ingest is enabled.

enableStreamingIngest?: boolean

Property Value

boolean

languageExtensions

List of the Kusto Pool's language extensions. NOTE: This property will not be serialized. It can only be populated by the server.

languageExtensions?: LanguageExtensionsList

Property Value

optimizedAutoscale

Optimized auto scale definition.

optimizedAutoscale?: OptimizedAutoscale

Property Value

provisioningState

The provisioned state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

sku

The SKU of the kusto pool.

sku?: AzureSku

Property Value

state

The state of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

state?: string

Property Value

string

stateReason

The reason for the Kusto Pool's current state. NOTE: This property will not be serialized. It can only be populated by the server.

stateReason?: string

Property Value

string

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

uri

The Kusto Pool URI. NOTE: This property will not be serialized. It can only be populated by the server.

uri?: string

Property Value

string

workspaceUID

The workspace unique identifier.

workspaceUID?: string

Property Value

string

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From Resource.id

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From Resource.name

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From Resource.type