Uses of Interface
com.azure.resourcemanager.kusto.models.Cluster.Update
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of Cluster.Update in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionCluster.update()
Begins update for the Cluster resource.Cluster.UpdateStages.WithAcceptedAudiences.withAcceptedAudiences
(List<AcceptedAudiences> acceptedAudiences) Specifies the acceptedAudiences property: The cluster's accepted audiences..Cluster.UpdateStages.WithAllowedFqdnList.withAllowedFqdnList
(List<String> allowedFqdnList) Specifies the allowedFqdnList property: List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster..Cluster.UpdateStages.WithAllowedIpRangeList.withAllowedIpRangeList
(List<String> allowedIpRangeList) Specifies the allowedIpRangeList property: The list of ips in the format of CIDR allowed to connect to the cluster..Cluster.UpdateStages.WithEnableAutoStop.withEnableAutoStop
(Boolean enableAutoStop) Specifies 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)..Cluster.UpdateStages.WithEnableDiskEncryption.withEnableDiskEncryption
(Boolean enableDiskEncryption) Specifies the enableDiskEncryption property: A boolean value that indicates if the cluster's disks are encrypted..Cluster.UpdateStages.WithEnableDoubleEncryption.withEnableDoubleEncryption
(Boolean enableDoubleEncryption) Specifies the enableDoubleEncryption property: A boolean value that indicates if double encryption is enabled..Cluster.UpdateStages.WithEnablePurge.withEnablePurge
(Boolean enablePurge) Specifies the enablePurge property: A boolean value that indicates if the purge operations are enabled..Cluster.UpdateStages.WithEnableStreamingIngest.withEnableStreamingIngest
(Boolean enableStreamingIngest) Specifies the enableStreamingIngest property: A boolean value that indicates if the streaming ingest is enabled..Cluster.UpdateStages.WithEngineType.withEngineType
(EngineType engineType) Specifies the engineType property: The engine type.Cluster.UpdateStages.WithIdentity.withIdentity
(Identity identity) Specifies the identity property: The identity of the cluster, if configured..Cluster.UpdateStages.WithIfMatch.withIfMatch
(String ifMatch) Specifies the ifMatch property: The ETag of the cluster.Cluster.UpdateStages.WithKeyVaultProperties.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Specifies the keyVaultProperties property: KeyVault properties for the cluster encryption..Cluster.UpdateStages.WithOptimizedAutoscale.withOptimizedAutoscale
(OptimizedAutoscale optimizedAutoscale) Specifies the optimizedAutoscale property: Optimized auto scale definition..Cluster.UpdateStages.WithPublicIpType.withPublicIpType
(PublicIpType publicIpType) Specifies the publicIpType property: Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).Cluster.UpdateStages.WithPublicNetworkAccess.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Public network access to the cluster is enabled by default.Cluster.UpdateStages.WithRestrictOutboundNetworkAccess.withRestrictOutboundNetworkAccess
(ClusterNetworkAccessFlag restrictOutboundNetworkAccess) Specifies the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access.Specifies the sku property: The SKU of the cluster..Specifies the tags property: Resource tags..Cluster.UpdateStages.WithTrustedExternalTenants.withTrustedExternalTenants
(List<TrustedExternalTenant> trustedExternalTenants) Specifies the trustedExternalTenants property: The cluster's external tenants..Cluster.UpdateStages.WithVirtualNetworkConfiguration.withVirtualNetworkConfiguration
(VirtualNetworkConfiguration virtualNetworkConfiguration) Specifies the virtualNetworkConfiguration property: Virtual network definition..