Class ServerlessUpstreamSettings

java.lang.Object
com.azure.resourcemanager.signalr.models.ServerlessUpstreamSettings

public final class ServerlessUpstreamSettings extends Object
The settings for the Upstream when the service is in server-less mode.
  • Constructor Details

    • ServerlessUpstreamSettings

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

    • templates

      public List<UpstreamTemplate> templates()
      Get the templates property: Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects.
      Returns:
      the templates value.
    • withTemplates

      public ServerlessUpstreamSettings withTemplates(List<UpstreamTemplate> templates)
      Set the templates property: Gets or sets the list of Upstream URL templates. Order matters, and the first matching template takes effects.
      Parameters:
      templates - the templates value to set.
      Returns:
      the ServerlessUpstreamSettings object itself.
    • validate

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