CSharpFunctionBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |