Uses of Class
com.azure.resourcemanager.kusto.models.ClusterUpdate
Package
Description
Package containing the service clients for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of ClusterUpdate in com.azure.resourcemanager.kusto.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterInner>,
ClusterInner> ClustersClient.beginUpdate
(String resourceGroupName, String clusterName, ClusterUpdate parameters, String ifMatch) Update a Kusto cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterInner>,
ClusterInner> ClustersClient.beginUpdate
(String resourceGroupName, String clusterName, ClusterUpdate parameters, String ifMatch, com.azure.core.util.Context context) Update a Kusto cluster.ClustersClient.update
(String resourceGroupName, String clusterName, ClusterUpdate parameters) Update a Kusto cluster.ClustersClient.update
(String resourceGroupName, String clusterName, ClusterUpdate parameters, String ifMatch) Update a Kusto cluster.ClustersClient.update
(String resourceGroupName, String clusterName, ClusterUpdate parameters, String ifMatch, com.azure.core.util.Context context) Update a Kusto cluster. -
Uses of ClusterUpdate in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionClusterUpdate.withAcceptedAudiences
(List<AcceptedAudiences> acceptedAudiences) Set the acceptedAudiences property: The cluster's accepted audiences.ClusterUpdate.withAllowedFqdnList
(List<String> allowedFqdnList) Set the allowedFqdnList property: List of allowed FQDNs(Fully Qualified Domain Name) for egress from Cluster.ClusterUpdate.withAllowedIpRangeList
(List<String> allowedIpRangeList) Set the allowedIpRangeList property: The list of ips in the format of CIDR allowed to connect to the cluster.ClusterUpdate.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).ClusterUpdate.withEnableDiskEncryption
(Boolean enableDiskEncryption) Set the enableDiskEncryption property: A boolean value that indicates if the cluster's disks are encrypted.ClusterUpdate.withEnableDoubleEncryption
(Boolean enableDoubleEncryption) Set the enableDoubleEncryption property: A boolean value that indicates if double encryption is enabled.ClusterUpdate.withEnablePurge
(Boolean enablePurge) Set the enablePurge property: A boolean value that indicates if the purge operations are enabled.ClusterUpdate.withEnableStreamingIngest
(Boolean enableStreamingIngest) Set the enableStreamingIngest property: A boolean value that indicates if the streaming ingest is enabled.ClusterUpdate.withEngineType
(EngineType engineType) Set the engineType property: The engine type.ClusterUpdate.withIdentity
(Identity identity) Set the identity property: The identity of the cluster, if configured.ClusterUpdate.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: KeyVault properties for the cluster encryption.ClusterUpdate.withLocation
(String location) Set the location property: Resource location.ClusterUpdate.withOptimizedAutoscale
(OptimizedAutoscale optimizedAutoscale) Set the optimizedAutoscale property: Optimized auto scale definition.ClusterUpdate.withPublicIpType
(PublicIpType publicIpType) Set the publicIpType property: Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).ClusterUpdate.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Public network access to the cluster is enabled by default.ClusterUpdate.withRestrictOutboundNetworkAccess
(ClusterNetworkAccessFlag restrictOutboundNetworkAccess) Set the restrictOutboundNetworkAccess property: Whether or not to restrict outbound network access.Set the sku property: The SKU of the cluster.Set the tags property: Resource tags.ClusterUpdate.withTrustedExternalTenants
(List<TrustedExternalTenant> trustedExternalTenants) Set the trustedExternalTenants property: The cluster's external tenants.ClusterUpdate.withVirtualClusterGraduationProperties
(String virtualClusterGraduationProperties) Set the virtualClusterGraduationProperties property: Virtual Cluster graduation properties.ClusterUpdate.withVirtualNetworkConfiguration
(VirtualNetworkConfiguration virtualNetworkConfiguration) Set the virtualNetworkConfiguration property: Virtual network definition.