Class RemoteDebuggingInner

java.lang.Object
com.azure.resourcemanager.appplatform.fluent.models.RemoteDebuggingInner

public final class RemoteDebuggingInner extends Object
Remote debugging config.
  • Constructor Details

    • RemoteDebuggingInner

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

    • port

      public Integer port()
      Get the port property: Application debugging port.
      Returns:
      the port value.
    • withPort

      public RemoteDebuggingInner withPort(Integer port)
      Set the port property: Application debugging port.
      Parameters:
      port - the port value to set.
      Returns:
      the RemoteDebuggingInner object itself.
    • enabled

      public Boolean enabled()
      Get the enabled property: Indicate if remote debugging is enabled.
      Returns:
      the enabled value.
    • withEnabled

      public RemoteDebuggingInner withEnabled(Boolean enabled)
      Set the enabled property: Indicate if remote debugging is enabled.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the RemoteDebuggingInner object itself.
    • validate

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