Class NginxLogging

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

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

    • NginxLogging

      public NginxLogging()
  • Method Details

    • storageAccount

      public NginxStorageAccount storageAccount()
      Get the storageAccount property: The storageAccount property.
      Returns:
      the storageAccount value.
    • withStorageAccount

      public NginxLogging withStorageAccount(NginxStorageAccount storageAccount)
      Set the storageAccount property: The storageAccount property.
      Parameters:
      storageAccount - the storageAccount value to set.
      Returns:
      the NginxLogging object itself.
    • validate

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