Uses of Interface
com.azure.resourcemanager.loganalytics.models.Cluster
Packages that use Cluster
Package
Description
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of Cluster in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return ClusterModifier 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 Log Analytics cluster instance.Clusters.getByResourceGroup(String resourceGroupName, String clusterName) Gets a Log Analytics cluster instance.Cluster.refresh()Refreshes the resource to sync with Azure.Cluster.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type ClusterModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Cluster>Clusters.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets a Log Analytics cluster instance.com.azure.core.http.rest.Response<Cluster>Clusters.getByResourceGroupWithResponse(String resourceGroupName, String clusterName, com.azure.core.util.Context context) Gets a Log Analytics cluster instance.com.azure.core.http.rest.PagedIterable<Cluster>Clusters.list()Gets the Log Analytics clusters in a subscription.com.azure.core.http.rest.PagedIterable<Cluster>Clusters.list(com.azure.core.util.Context context) Gets the Log Analytics clusters in a subscription.com.azure.core.http.rest.PagedIterable<Cluster>Clusters.listByResourceGroup(String resourceGroupName) Gets Log Analytics clusters in a resource group.com.azure.core.http.rest.PagedIterable<Cluster>Clusters.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Gets Log Analytics clusters in a resource group.