Share via


Function Class

Definition

A function object, containing all information associated with the named function. All functions are contained under a streaming job.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.FunctionTypeConverter))]
public class Function : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IFunction, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IHeaderSerializable, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.FunctionTypeConverter))>]
type Function = class
    interface IFunction
    interface IJsonSerializable
    interface ISubResource
    interface IValidates
    interface IHeaderSerializable
Public Class Function
Implements IFunction, IHeaderSerializable, IValidates
Inheritance
Function
Attributes
Implements

Constructors

Function()

Creates an new Function instance.

Properties

ConfigurationProperty
ETag
Id

Resource Id

Name

Resource name

PropertiesType

Indicates the type of function.

Type

Resource type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Function.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Function.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IFunction.

FromJsonString(String)

Creates a new instance of Function, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Function into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to