java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.postgresqlflexibleserver.fluent.models.DatabaseInner

public final class DatabaseInner extends com.azure.core.management.ProxyResource
Represents a Database.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of DatabaseInner class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the charset property: The charset of the database.
    Get the collation property: The collation of the database.
    com.azure.core.management.SystemData
    Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    void
    Validates the instance.
    Set the charset property: The charset of the database.
    withCollation(String collation)
    Set the collation property: The collation of the database.

    Methods inherited from class com.azure.core.management.ProxyResource

    id, name, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DatabaseInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • charset

      public String charset()
      Get the charset property: The charset of the database.
      Returns:
      the charset value.
    • withCharset

      public DatabaseInner withCharset(String charset)
      Set the charset property: The charset of the database.
      Parameters:
      charset - the charset value to set.
      Returns:
      the DatabaseInner object itself.
    • collation

      public String collation()
      Get the collation property: The collation of the database.
      Returns:
      the collation value.
    • withCollation

      public DatabaseInner withCollation(String collation)
      Set the collation property: The collation of the database.
      Parameters:
      collation - the collation value to set.
      Returns:
      the DatabaseInner object itself.
    • validate

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