GetClusterResult

data class GetClusterResult(val acceptedAudiences: List<AcceptedAudiencesResponse>? = null, val allowedFqdnList: List<String>? = null, val allowedIpRangeList: List<String>? = null, val azureApiVersion: String, val calloutPolicies: List<CalloutPolicyResponse>? = 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 migrationCluster: MigrationClusterPropertiesResponse, 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 zoneStatus: String, val zones: List<String>? = null)

Class representing a Kusto cluster.

Constructors

Link copied to clipboard
constructor(acceptedAudiences: List<AcceptedAudiencesResponse>? = null, allowedFqdnList: List<String>? = null, allowedIpRangeList: List<String>? = null, azureApiVersion: String, calloutPolicies: List<CalloutPolicyResponse>? = 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, migrationCluster: MigrationClusterPropertiesResponse, 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, zoneStatus: String, zones: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cluster's accepted audiences.

Link copied to clipboard

List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.

Link copied to clipboard

The list of ips in the format of CIDR allowed to connect to the cluster.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

List of callout policies for egress from Cluster.

Link copied to clipboard

The cluster data ingestion URI.

Link copied to clipboard
val enableAutoStop: Boolean? = null

A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).

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

Properties of the peer cluster involved in a migration to/from this cluster.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Optimized auto scale definition.

Link copied to clipboard

A list of private endpoint connections.

Link copied to clipboard

The provisioned state of the resource.

Link copied to clipboard
val publicIPType: String? = null

Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6)

Link copied to clipboard

Public network access to the cluster is enabled by default. When disabled, only private endpoint connection to the cluster is allowed

Link copied to clipboard

Whether or not to restrict outbound network access. Value is optional but if passed in, must be 'Enabled' or 'Disabled'

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

Metadata pertaining to creation and last modification of the resource.

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.

Link copied to clipboard

Indicates whether the cluster is zonal or non-zonal.