Package version:

Interface FunctionRetrieveDefaultDefinitionParameters

Parameters used to specify the type of function to retrieve the default definition for.

interface FunctionRetrieveDefaultDefinitionParameters {
    bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf" | "Microsoft.MachineLearningServices";
}

Hierarchy (view full)

Properties

Properties

bindingType: "Microsoft.MachineLearning/WebService" | "Microsoft.StreamAnalytics/JavascriptUdf" | "Microsoft.StreamAnalytics/CLRUdf" | "Microsoft.MachineLearningServices"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc