Class NginxDeploymentUpdateProperties

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

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

    • NginxDeploymentUpdateProperties

      public NginxDeploymentUpdateProperties()
  • Method Details

    • enableDiagnosticsSupport

      public Boolean enableDiagnosticsSupport()
      Get the enableDiagnosticsSupport property: The enableDiagnosticsSupport property.
      Returns:
      the enableDiagnosticsSupport value.
    • withEnableDiagnosticsSupport

      public NginxDeploymentUpdateProperties withEnableDiagnosticsSupport(Boolean enableDiagnosticsSupport)
      Set the enableDiagnosticsSupport property: The enableDiagnosticsSupport property.
      Parameters:
      enableDiagnosticsSupport - the enableDiagnosticsSupport value to set.
      Returns:
      the NginxDeploymentUpdateProperties object itself.
    • logging

      public NginxLogging logging()
      Get the logging property: The logging property.
      Returns:
      the logging value.
    • withLogging

      public NginxDeploymentUpdateProperties withLogging(NginxLogging logging)
      Set the logging property: The logging property.
      Parameters:
      logging - the logging value to set.
      Returns:
      the NginxDeploymentUpdateProperties object itself.
    • validate

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