你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CSharpFunctionBinding Class

Definition

The binding to a CSharp function.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.CSharpFunctionBindingTypeConverter))]
public class CSharpFunctionBinding : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ICSharpFunctionBinding, Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.CSharpFunctionBindingTypeConverter))>]
type CSharpFunctionBinding = class
    interface ICSharpFunctionBinding
    interface IJsonSerializable
    interface IFunctionBinding
    interface IValidates
Public Class CSharpFunctionBinding
Implements ICSharpFunctionBinding, IValidates
Inheritance
CSharpFunctionBinding
Attributes
Implements

Constructors

CSharpFunctionBinding()

Creates an new CSharpFunctionBinding instance.

Properties

Class

The Csharp code containing a single function definition.

DllPath

The Csharp code containing a single function definition.

Method

The Csharp code containing a single function definition.

Script

The Csharp code containing a single function definition.

Type

Indicates the function binding type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CSharpFunctionBinding.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CSharpFunctionBinding.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CSharpFunctionBinding into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to