Uses of Interface
com.azure.resourcemanager.kusto.models.Cluster
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of Cluster in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionCluster.Update.apply()
Executes the update request.Cluster.Update.apply
(com.azure.core.util.Context context) Executes the update request.Cluster.DefinitionStages.WithCreate.create()
Executes the create request.Cluster.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a Kusto cluster.Clusters.getByResourceGroup
(String resourceGroupName, String clusterName) Gets a Kusto cluster.Cluster.refresh()
Refreshes the resource to sync with Azure.Cluster.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Cluster>
Clusters.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a Kusto cluster.com.azure.core.http.rest.Response<Cluster>
Clusters.getByResourceGroupWithResponse
(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Gets a Kusto cluster.com.azure.core.http.rest.PagedIterable<Cluster>
Clusters.list()
Lists all Kusto clusters within a subscription.com.azure.core.http.rest.PagedIterable<Cluster>
Clusters.list
(com.azure.core.util.Context context) Lists all Kusto clusters within a subscription.com.azure.core.http.rest.PagedIterable<Cluster>
Clusters.listByResourceGroup
(String resourceGroupName) Lists all Kusto clusters within a resource group.com.azure.core.http.rest.PagedIterable<Cluster>
Clusters.listByResourceGroup
(String resourceGroupName, com.azure.core.util.Context context) Lists all Kusto clusters within a resource group.