Uses of Class
com.azure.resourcemanager.loganalytics.models.ClusterPatch
Packages that use ClusterPatch
Package
Description
Package containing the service clients for LogAnalytics.
Package containing the data models for LogAnalytics.
-
Uses of ClusterPatch in com.azure.resourcemanager.loganalytics.fluent
Methods in com.azure.resourcemanager.loganalytics.fluent with parameters of type ClusterPatchModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterInner>, ClusterInner> ClustersClient.beginUpdate(String resourceGroupName, String clusterName, ClusterPatch parameters) Updates a Log Analytics cluster.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ClusterInner>, ClusterInner> ClustersClient.beginUpdate(String resourceGroupName, String clusterName, ClusterPatch parameters, com.azure.core.util.Context context) Updates a Log Analytics cluster.ClustersClient.update(String resourceGroupName, String clusterName, ClusterPatch parameters) Updates a Log Analytics cluster.ClustersClient.update(String resourceGroupName, String clusterName, ClusterPatch parameters, com.azure.core.util.Context context) Updates a Log Analytics cluster. -
Uses of ClusterPatch in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type ClusterPatchModifier and TypeClassDescriptionfinal classThe top level Log Analytics cluster resource container.Methods in com.azure.resourcemanager.loganalytics.models that return ClusterPatchModifier and TypeMethodDescriptionstatic ClusterPatchClusterPatch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ClusterPatch from the JsonReader.ClusterPatch.withBillingType(BillingType billingType) Set the billingType property: The cluster's billing type.ClusterPatch.withIdentity(ManagedServiceIdentity identity) Set the identity property: Resource's identity.ClusterPatch.withKeyVaultProperties(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: The associated key properties.ClusterPatch.withSku(ClusterSku sku) Set the sku property: The sku properties.Set the tags property: Resource tags.