FlowOrchestratorConfig.ExcludedFunctions 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.
A list of functions to exclude from the plan creation request.
public System.Collections.Generic.HashSet<string> ExcludedFunctions { get; }
member this.ExcludedFunctions : System.Collections.Generic.HashSet<string>
Public ReadOnly Property ExcludedFunctions As HashSet(Of String)