FunctionConfiguration.IsComposable 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.
Can the operation be composed upon.
For example can a URL that invokes the operation be used as the base URL for a request that invokes the operation and does something else with the results
public bool IsComposable { get; set; }
member this.IsComposable : bool with get, set
Public Property IsComposable As Boolean