ServerlessUpstreamSettings Class

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

public final class ServerlessUpstreamSettings

The settings for the Upstream when the service is in server-less mode.

Constructor Summary

Constructor Description
ServerlessUpstreamSettings()

Creates an instance of ServerlessUpstreamSettings class.

Method Summary

Modifier and Type Method and Description
List<UpstreamTemplate> templates()

Get the templates property: Gets or sets the list of Upstream URL templates.

void validate()

Validates the instance.

ServerlessUpstreamSettings withTemplates(List<UpstreamTemplate> templates)

Set the templates property: Gets or sets the list of Upstream URL templates.

Methods inherited from java.lang.Object

Constructor Details

ServerlessUpstreamSettings

public ServerlessUpstreamSettings()

Creates an instance of ServerlessUpstreamSettings class.

Method Details

templates

public List 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.

validate

public void validate()

Validates the instance.

withTemplates

public ServerlessUpstreamSettings withTemplates(List 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.

Applies to