Class StaticSiteDatabaseConnectionConfigurationFileOverview

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

public final class StaticSiteDatabaseConnectionConfigurationFileOverview extends Object
A database connection configuration file.
  • Constructor Details

    • StaticSiteDatabaseConnectionConfigurationFileOverview

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

    • fileName

      public String fileName()
      Get the fileName property: The name of the configuration file.
      Returns:
      the fileName value.
    • contents

      public String contents()
      Get the contents property: The Base64 encoding of the file contents.
      Returns:
      the contents value.
    • type

      public String type()
      Get the type property: The type of configuration file.
      Returns:
      the type value.
    • validate

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