Get Cluster Result
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)
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
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
The engine type
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
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 reason for the cluster's current state.
Link copied to clipboard
The cluster's external tenants.
Link copied to clipboard
Virtual network definition.