KustoPool interface
Class representing a Kusto kusto pool.
- Extends
Properties
data |
The Kusto Pool data ingestion URI. NOTE: This property will not be serialized. It can only be populated by the server. |
enable |
A boolean value that indicates if the purge operations are enabled. |
enable |
A boolean value that indicates if the streaming ingest is enabled. |
etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
language |
List of the Kusto Pool's language extensions. NOTE: This property will not be serialized. It can only be populated by the server. |
optimized |
Optimized auto scale definition. |
provisioning |
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. |
state |
The reason for the Kusto Pool's current state. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
location | The geo-location where the resource lives |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
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
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
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
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
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
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 TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
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 TrackedResource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
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 TrackedResource.type
Azure SDK for JavaScript