Share via


RestApiOperationServer.Variables Property

Definition

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

public System.Collections.Generic.IDictionary<string,Microsoft.SemanticKernel.Plugins.OpenApi.RestApiOperationServerVariable> Variables { get; }
member this.Variables : System.Collections.Generic.IDictionary<string, Microsoft.SemanticKernel.Plugins.OpenApi.RestApiOperationServerVariable>
Public ReadOnly Property Variables As IDictionary(Of String, RestApiOperationServerVariable)

Property Value

Applies to