Partilhar via


FunctionBinding Class

Definition

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

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

Constructors

FunctionBinding()

Creates an new FunctionBinding instance.

Properties

Type

Indicates the function binding type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FunctionBinding.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FunctionBinding.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IFunctionBinding. Note: the Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IFunctionBinding interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FunctionBinding into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to