OpenApiPathItem.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 all operations in this path.
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)