你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IKustoPool Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.KustoPoolTypeConverter))]
public interface IKustoPool : Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api10.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Synapse.Models.Api20210601Preview.KustoPoolTypeConverter))>]
type IKustoPool = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IKustoPool
Implements ITrackedResource
Derived
Attributes
Implements

Properties

DataIngestionUri

The Kusto Pool data ingestion URI.

EnablePurge

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

EnableStreamingIngest

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

Etag

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

Id

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

(Inherited from IResource)
LanguageExtensionValue

The list of language extensions.

Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
Name

The name of the resource

(Inherited from IResource)
OptimizedAutoscaleIsEnabled

A boolean value that indicate if the optimized autoscale feature is enabled or not.

OptimizedAutoscaleMaximum

Maximum allowed instances count.

OptimizedAutoscaleMinimum

Minimum allowed instances count.

OptimizedAutoscaleVersion

The version of the template defined, for instance 1.

ProvisioningState

The provisioned state of the resource.

SkuCapacity

The number of instances of the cluster.

SkuName

SKU name.

SkuSize

SKU size.

State

The state of the resource.

StateReason

The reason for the Kusto Pool's current state.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

(Inherited from ITrackedResource)
Type

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

(Inherited from IResource)
Uri

The Kusto Pool URI.

WorkspaceUid

The workspace unique identifier.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to