Share via


OpenApiPathItemReference.Servers Property

Definition

An alternative server array to service all operations in this path.

public System.Collections.Generic.IList<Microsoft.OpenApi.OpenApiServer>? Servers { get; }
member this.Servers : System.Collections.Generic.IList<Microsoft.OpenApi.OpenApiServer>
Public ReadOnly Property Servers As IList(Of OpenApiServer)

Property Value

Implements

Applies to