ScalarFunctionProperties Class
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.
The properties that are associated with a scalar function.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Scalar")]
public class ScalarFunctionProperties : Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Scalar")>]
type ScalarFunctionProperties = class
inherit FunctionProperties
Public Class ScalarFunctionProperties
Inherits FunctionProperties
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
ScalarFunctionProperties() |
Initializes a new instance of the ScalarFunctionProperties class. |
ScalarFunctionProperties(String, IList<FunctionInput>, FunctionOutput, FunctionBinding) |
Initializes a new instance of the ScalarFunctionProperties class. |
Properties
Binding |
Gets or sets the physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint. |
Etag |
Gets the current entity tag for the function. This is an opaque string. You can use it to detect whether the resource has changed between requests. You can also use it in the If-Match or If-None-Match headers for write operations for optimistic concurrency. (Inherited from FunctionProperties) |
Inputs |
Gets or sets a list of inputs describing the parameters of the function. |
Output |
Gets or sets the output of the function. |
Applies to
Azure SDK for .NET