Uses of Class
com.azure.resourcemanager.loganalytics.models.ClusterPatch
Packages that use ClusterPatch
Package
Description
Package containing the service clients for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
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
Methods in com.azure.resourcemanager.loganalytics.models that return ClusterPatchModifier and TypeMethodDescriptionClusterPatch.withBillingType(BillingType billingType) Set the billingType property: The cluster's billing type.ClusterPatch.withIdentity(Identity identity) Set the identity property: The identity of the resource.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.