RestApiOperationServer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
REST API Operation Server.
public sealed class RestApiOperationServer
type RestApiOperationServer = class
Public NotInheritable Class RestApiOperationServer
- Inheritance
-
RestApiOperationServer
Constructors
RestApiOperationServer(String, IDictionary<String,RestApiOperationServerVariable>) |
Construct a new RestApiOperationServer object. |
Properties
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. |