Get Cluster Result
data class GetClusterResult(val acceptedAudiences: List<AcceptedAudiencesResponse>? = null, val allowedFqdnList: List<String>? = null, val allowedIpRangeList: List<String>? = null, val dataIngestionUri: String, val enableAutoStop: Boolean? = null, 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? = null, val location: String, val name: String, val optimizedAutoscale: OptimizedAutoscaleResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicIPType: String? = null, val publicNetworkAccess: String? = null, val restrictOutboundNetworkAccess: String? = null, val sku: AzureSkuResponse, val state: String, val stateReason: String, val systemData: SystemDataResponse, 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
fun GetClusterResult(acceptedAudiences: List<AcceptedAudiencesResponse>? = null, allowedFqdnList: List<String>? = null, allowedIpRangeList: List<String>? = null, dataIngestionUri: String, enableAutoStop: Boolean? = null, 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? = null, location: String, name: String, optimizedAutoscale: OptimizedAutoscaleResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicIPType: String? = null, publicNetworkAccess: String? = null, restrictOutboundNetworkAccess: String? = null, sku: AzureSkuResponse, state: String, stateReason: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, trustedExternalTenants: List<TrustedExternalTenantResponse>? = null, type: String, uri: String, virtualNetworkConfiguration: VirtualNetworkConfigurationResponse? = null, zones: List<String>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard