Class DatabaseConnectionOverview

java.lang.Object
com.azure.resourcemanager.appservice.models.DatabaseConnectionOverview

public final class DatabaseConnectionOverview extends Object
Static Site Database Connection overview.
  • Constructor Details

    • DatabaseConnectionOverview

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

    • resourceId

      public String resourceId()
      Get the resourceId property: The resource id of the database.
      Returns:
      the resourceId value.
    • connectionIdentity

      public String connectionIdentity()
      Get the connectionIdentity property: If present, the identity is used in conjunction with connection string to connect to the database. Use of the system-assigned managed identity is indicated with the string 'SystemAssigned', while use of a user-assigned managed identity is indicated with the resource id of the managed identity resource.
      Returns:
      the connectionIdentity value.
    • region

      public String region()
      Get the region property: The region of the database resource.
      Returns:
      the region value.
    • configurationFiles

      Get the configurationFiles property: A list of configuration files associated with this database connection.
      Returns:
      the configurationFiles value.
    • name

      public String name()
      Get the name property: If present, the name of this database connection resource.
      Returns:
      the name value.
    • validate

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