Class RemoteDebuggingPayload

java.lang.Object
com.azure.resourcemanager.appplatform.models.RemoteDebuggingPayload

public final class RemoteDebuggingPayload extends Object
Remote debugging payload.
  • Constructor Details

    • RemoteDebuggingPayload

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

    • port

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

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

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