ServerlessUpstreamSettings Class
- java.
lang. Object - com.
azure. resourcemanager. signalr. models. ServerlessUpstreamSettings
- com.
Implements
public final class ServerlessUpstreamSettings
implements JsonSerializable<ServerlessUpstreamSettings>
The settings for the Upstream when the service is in server-less mode.
Constructor Summary
| Constructor | Description |
|---|---|
| ServerlessUpstreamSettings() |
Creates an instance of Serverless |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Serverless |
fromJson(JsonReader jsonReader)
Reads an instance of Serverless |
|
List<Upstream |
templates()
Get the templates property: Gets or sets the list of Upstream URL templates. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Serverless |
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
fromJson
public static ServerlessUpstreamSettings fromJson(JsonReader jsonReader)
Reads an instance of ServerlessUpstreamSettings from the JsonReader.
Parameters:
Returns:
Throws:
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:
toJson
validate
public void validate()
Validates the instance.
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:
Returns: