Class ClusterPatch

java.lang.Object
com.azure.resourcemanager.loganalytics.models.ClusterPatch

public final class ClusterPatch extends Object
The top level Log Analytics cluster resource container.
  • Constructor Details

    • ClusterPatch

      public ClusterPatch()
  • Method Details

    • identity

      public Identity identity()
      Get the identity property: The identity of the resource.
      Returns:
      the identity value.
    • withIdentity

      public ClusterPatch withIdentity(Identity identity)
      Set the identity property: The identity of the resource.
      Parameters:
      identity - the identity value to set.
      Returns:
      the ClusterPatch object itself.
    • sku

      public ClusterSku sku()
      Get the sku property: The sku properties.
      Returns:
      the sku value.
    • withSku

      public ClusterPatch withSku(ClusterSku sku)
      Set the sku property: The sku properties.
      Parameters:
      sku - the sku value to set.
      Returns:
      the ClusterPatch object itself.
    • tags

      public Map<String,String> tags()
      Get the tags property: Resource tags.
      Returns:
      the tags value.
    • withTags

      public ClusterPatch withTags(Map<String,String> tags)
      Set the tags property: Resource tags.
      Parameters:
      tags - the tags value to set.
      Returns:
      the ClusterPatch object itself.
    • keyVaultProperties

      public KeyVaultProperties keyVaultProperties()
      Get the keyVaultProperties property: The associated key properties.
      Returns:
      the keyVaultProperties value.
    • withKeyVaultProperties

      public ClusterPatch withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
      Set the keyVaultProperties property: The associated key properties.
      Parameters:
      keyVaultProperties - the keyVaultProperties value to set.
      Returns:
      the ClusterPatch object itself.
    • billingType

      public BillingType billingType()
      Get the billingType property: The cluster's billing type.
      Returns:
      the billingType value.
    • withBillingType

      public ClusterPatch withBillingType(BillingType billingType)
      Set the billingType property: The cluster's billing type.
      Parameters:
      billingType - the billingType value to set.
      Returns:
      the ClusterPatch object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.