Uses of Class
com.azure.resourcemanager.kusto.fluent.models.ClusterProperties
Package
Description
Package containing the inner data models for KustoManagementClient.
-
Uses of ClusterProperties in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionClusterProperties.withAcceptedAudiences
(List<AcceptedAudiences> acceptedAudiences) Set the acceptedAudiences property: The cluster's accepted audiences.ClusterProperties.withAllowedFqdnList
(List<String> allowedFqdnList) Set the allowedFqdnList property: List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.ClusterProperties.withAllowedIpRangeList
(List<String> allowedIpRangeList) Set the allowedIpRangeList property: The list of ips in the format of CIDR allowed to connect to the cluster.ClusterProperties.withEnableAutoStop
(Boolean enableAutoStop) Set the enableAutoStop property: A boolean value that indicates if the cluster could be automatically stopped (due to lack of data or no activity for many days).ClusterProperties.withEnableDiskEncryption
(Boolean enableDiskEncryption) Set the enableDiskEncryption property: A boolean value that indicates if the cluster's disks are encrypted.ClusterProperties.withEnableDoubleEncryption
(Boolean enableDoubleEncryption) Set the enableDoubleEncryption property: A boolean value that indicates if double encryption is enabled.ClusterProperties.withEnablePurge
(Boolean enablePurge) Set the enablePurge property: A boolean value that indicates if the purge operations are enabled.ClusterProperties.withEnableStreamingIngest
(Boolean enableStreamingIngest) Set the enableStreamingIngest property: A boolean value that indicates if the streaming ingest is enabled.ClusterProperties.withEngineType
(EngineType engineType) Set the engineType property: The engine type.ClusterProperties.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: KeyVault properties for the cluster encryption.ClusterProperties.withOptimizedAutoscale
(OptimizedAutoscale optimizedAutoscale) Set the optimizedAutoscale property: Optimized auto scale definition.ClusterProperties.withPublicIpType
(PublicIpType publicIpType) Set the publicIpType property: Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).ClusterProperties.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Public network access to the cluster is enabled by default.ClusterProperties.withRestrictOutboundNetworkAccess
(ClusterNetworkAccessFlag restrictOutboundNetworkAccess) Set the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access.ClusterProperties.withTrustedExternalTenants
(List<TrustedExternalTenant> trustedExternalTenants) Set the trustedExternalTenants property: The cluster's external tenants.ClusterProperties.withVirtualClusterGraduationProperties
(String virtualClusterGraduationProperties) Set the virtualClusterGraduationProperties property: Virtual Cluster graduation properties.ClusterProperties.withVirtualNetworkConfiguration
(VirtualNetworkConfiguration virtualNetworkConfiguration) Set the virtualNetworkConfiguration property: Virtual network definition.