OpenApiOperation.Servers 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.
An alternative server array to service this operation. If an alternative server object is specified at the Path Item Object or Root level, it will be overridden by this value.
public System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiServer> Servers { get; set; }
member this.Servers : System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiServer> with get, set
Public Property Servers As IList(Of OpenApiServer)