Share via


ScalarFunctionProperties Class

Definition

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.

Applies to