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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ScalarFunctionPropertiesTypeConverter))]
public class ScalarFunctionProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IScalarFunctionProperties, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ScalarFunctionPropertiesTypeConverter))>]
type ScalarFunctionProperties = class
interface IScalarFunctionProperties
interface IJsonSerializable
interface IFunctionProperties
interface IValidates
Public Class ScalarFunctionProperties
Implements IScalarFunctionProperties, IValidates
- Inheritance
-
ScalarFunctionProperties
- Attributes
- Implements
Constructors
ScalarFunctionProperties() |
Creates an new ScalarFunctionProperties instance. |
Properties
Property | |
Type |
Indicates the type of function. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ScalarFunctionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ScalarFunctionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IScalarFunctionProperties. |
FromJsonString(String) |
Creates a new instance of ScalarFunctionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ScalarFunctionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |