Partager via


FunctionConfiguration Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.FunctionConfigurationTypeConverter))]
public class FunctionConfiguration : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IFunctionConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.FunctionConfigurationTypeConverter))>]
type FunctionConfiguration = class
    interface IFunctionConfiguration
    interface IJsonSerializable
Public Class FunctionConfiguration
Implements IFunctionConfiguration
Inheritance
FunctionConfiguration
Attributes
Implements

Constructors

FunctionConfiguration()

Creates an new FunctionConfiguration instance.

Properties

Binding

The physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint.

Input
Output

Describes the output of a function.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FunctionConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FunctionConfiguration.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FunctionConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to