GetClusterResult

data class GetClusterResult(val dataIngestionUri: String, val enableDiskEncryption: Boolean? = null, val enableDoubleEncryption: Boolean? = null, val enablePurge: Boolean? = null, val enableStreamingIngest: Boolean? = null, val engineType: String? = null, val etag: String, val id: String, val identity: IdentityResponse? = null, val keyVaultProperties: KeyVaultPropertiesResponse? = null, 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 tags: Map<String, String>? = null, val trustedExternalTenants: List<TrustedExternalTenantResponse>? = null, val type: String, val uri: String, val virtualNetworkConfiguration: VirtualNetworkConfigurationResponse? = null, val zones: List<String>? = null)

Class representing a Kusto cluster.

Constructors

Link copied to clipboard
constructor(dataIngestionUri: String, enableDiskEncryption: Boolean? = null, enableDoubleEncryption: Boolean? = null, enablePurge: Boolean? = null, enableStreamingIngest: Boolean? = null, engineType: String? = null, etag: String, id: String, identity: IdentityResponse? = null, keyVaultProperties: KeyVaultPropertiesResponse? = null, languageExtensions: LanguageExtensionsListResponse, location: String, name: String, optimizedAutoscale: OptimizedAutoscaleResponse? = null, provisioningState: String, sku: AzureSkuResponse, state: String, stateReason: String, tags: Map<String, String>? = null, trustedExternalTenants: List<TrustedExternalTenantResponse>? = null, type: String, uri: String, virtualNetworkConfiguration: VirtualNetworkConfigurationResponse? = null, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cluster data ingestion URI.

Link copied to clipboard

A boolean value that indicates if the cluster's disks are encrypted.

Link copied to clipboard

A boolean value that indicates if double encryption is enabled.

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
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 identity of the cluster, if configured.

Link copied to clipboard

KeyVault properties for the cluster encryption.

Link copied to clipboard

List of the cluster'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 cluster.

Link copied to clipboard

The state of the resource.

Link copied to clipboard

The reason for the cluster's current state.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The cluster's external tenants.

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

Link copied to clipboard
Link copied to clipboard
val zones: List<String>? = null

The availability zones of the cluster.