Share via


OpenApiPathItemReference.Operations Property

Definition

Gets the definition of operations on this path.

public System.Collections.Generic.Dictionary<System.Net.Http.HttpMethod,Microsoft.OpenApi.OpenApiOperation>? Operations { get; }
member this.Operations : System.Collections.Generic.Dictionary<System.Net.Http.HttpMethod, Microsoft.OpenApi.OpenApiOperation>
Public ReadOnly Property Operations As Dictionary(Of HttpMethod, OpenApiOperation)

Property Value

Implements

Applies to