Class ConnectedClusterPatch

java.lang.Object
com.azure.resourcemanager.hybridkubernetes.models.ConnectedClusterPatch

public final class ConnectedClusterPatch extends Object
Object containing updates for patch operations.
  • Constructor Details

    • ConnectedClusterPatch

      public ConnectedClusterPatch()
      Creates an instance of ConnectedClusterPatch class.
  • Method Details

    • tags

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

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

      public Object properties()
      Get the properties property: Describes the connected cluster resource properties that can be updated during PATCH operation.
      Returns:
      the properties value.
    • withProperties

      public ConnectedClusterPatch withProperties(Object properties)
      Set the properties property: Describes the connected cluster resource properties that can be updated during PATCH operation.
      Parameters:
      properties - the properties value to set.
      Returns:
      the ConnectedClusterPatch object itself.
    • validate

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