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