RestApiOperationServer Constructor
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.
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