RestApiOperation.PathServers Property
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.
Path level servers.
public System.Collections.Generic.IList<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiServer> PathServers { get; init; }
member this.PathServers : System.Collections.Generic.IList<Microsoft.SemanticKernel.Plugins.OpenApi.RestApiServer> with get, set
Public Property PathServers As IList(Of RestApiServer)