Share via


OpenApiPathItem.Operations Property

Definition

Gets the definition of operations on this path.

public System.Collections.Generic.IDictionary<Microsoft.OpenApi.Models.OperationType,Microsoft.OpenApi.Models.OpenApiOperation> Operations { get; set; }
member this.Operations : System.Collections.Generic.IDictionary<Microsoft.OpenApi.Models.OperationType, Microsoft.OpenApi.Models.OpenApiOperation> with get, set
Public Property Operations As IDictionary(Of OperationType, OpenApiOperation)

Property Value

Applies to