java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.synapse.fluent.models.DatabaseInner
Direct Known Subclasses:
ReadOnlyFollowingDatabase, ReadWriteDatabase

public class DatabaseInner extends com.azure.core.management.ProxyResource
Class representing a Kusto database.
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    Get the location property: Resource location.
    com.azure.core.management.SystemData
    Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    void
    Validates the instance.
    withLocation(String location)
    Set the location property: Resource location.

    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

    • location

      public String location()
      Get the location property: Resource location.
      Returns:
      the location value.
    • withLocation

      public DatabaseInner withLocation(String location)
      Set the location property: Resource location.
      Parameters:
      location - the location value to set.
      Returns:
      the DatabaseInner object itself.
    • 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.
    • validate

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