OpenApiFunctionExecutionParameters.OperationsToExclude 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.
Optional list of HTTP operations to skip when importing the OpenAPI document.
public System.Collections.Generic.IList<string> OperationsToExclude { get; set; }
member this.OperationsToExclude : System.Collections.Generic.IList<string> with get, set
Public Property OperationsToExclude As IList(Of String)