Share via


RestApiOperationServer Constructor

Definition

Construct a new RestApiOperationServer object.

public RestApiOperationServer (string? url = default, System.Collections.Generic.IDictionary<string,Microsoft.SemanticKernel.Plugins.OpenApi.RestApiOperationServerVariable>? variables = default);
new Microsoft.SemanticKernel.Plugins.OpenApi.RestApiOperationServer : string * System.Collections.Generic.IDictionary<string, Microsoft.SemanticKernel.Plugins.OpenApi.RestApiOperationServerVariable> -> Microsoft.SemanticKernel.Plugins.OpenApi.RestApiOperationServer
Public Sub New (Optional url As String = Nothing, Optional variables As IDictionary(Of String, RestApiOperationServerVariable) = Nothing)

Parameters

url
String

URL to the target host

variables
IDictionary<String,RestApiOperationServerVariable>

Substitution variables for the server's URL template

Applies to