Class NginxConfigurationFile

java.lang.Object
com.azure.resourcemanager.nginx.models.NginxConfigurationFile

public final class NginxConfigurationFile extends Object
The NginxConfigurationFile model.
  • Constructor Details

    • NginxConfigurationFile

      public NginxConfigurationFile()
  • Method Details

    • content

      public String content()
      Get the content property: The content property.
      Returns:
      the content value.
    • withContent

      public NginxConfigurationFile withContent(String content)
      Set the content property: The content property.
      Parameters:
      content - the content value to set.
      Returns:
      the NginxConfigurationFile object itself.
    • virtualPath

      public String virtualPath()
      Get the virtualPath property: The virtualPath property.
      Returns:
      the virtualPath value.
    • withVirtualPath

      public NginxConfigurationFile withVirtualPath(String virtualPath)
      Set the virtualPath property: The virtualPath property.
      Parameters:
      virtualPath - the virtualPath value to set.
      Returns:
      the NginxConfigurationFile object itself.
    • validate

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