Class AccountUpdateParameters

java.lang.Object
com.azure.resourcemanager.purview.models.AccountUpdateParameters

public final class AccountUpdateParameters extends Object
The account update properties.
  • Constructor Details

    • AccountUpdateParameters

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

    • identity

      public Identity identity()
      Get the identity property: Identity related info to add/remove userAssignedIdentities.
      Returns:
      the identity value.
    • withIdentity

      public AccountUpdateParameters withIdentity(Identity identity)
      Set the identity property: Identity related info to add/remove userAssignedIdentities.
      Parameters:
      identity - the identity value to set.
      Returns:
      the AccountUpdateParameters object itself.
    • properties

      public AccountProperties properties()
      Get the properties property: The account properties.
      Returns:
      the properties value.
    • withProperties

      public AccountUpdateParameters withProperties(AccountProperties properties)
      Set the properties property: The account properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the AccountUpdateParameters object itself.
    • tags

      public Map<String,String> tags()
      Get the tags property: Tags on the azure resource.
      Returns:
      the tags value.
    • withTags

      public AccountUpdateParameters withTags(Map<String,String> tags)
      Set the tags property: Tags on the azure resource.
      Parameters:
      tags - the tags value to set.
      Returns:
      the AccountUpdateParameters object itself.
    • validate

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