Share via


RestApiServer Class

Definition

REST API server.

public sealed class RestApiServer
type RestApiServer = class
Public NotInheritable Class RestApiServer
Inheritance
RestApiServer

Properties

Description

Description of the server.

Url

A URL to the target host. This URL supports Server Variables and MAY be relative, to indicate that the host location is relative to the location where the OpenAPI document is being served. Variable substitutions will be made when a variable is named in {brackets}.

Variables

A map between a variable name and its value. The value is used for substitution in the server's URL template.

Applies to