OpenApiFunctionExecutionParameters.EnableDynamicPayload 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.
Determines whether the operation payload is constructed dynamically based on operation payload metadata. If false, the operation payload must be provided via the 'payload' context variable.
public bool EnableDynamicPayload { get; set; }
member this.EnableDynamicPayload : bool with get, set
Public Property EnableDynamicPayload As Boolean