CSharpFunctionBindingProperties 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 properties associated with a CSharp function.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.CSharpFunctionBindingPropertiesTypeConverter))]
public class CSharpFunctionBindingProperties : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ICSharpFunctionBindingProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.CSharpFunctionBindingPropertiesTypeConverter))>]
type CSharpFunctionBindingProperties = class
interface ICSharpFunctionBindingProperties
interface IJsonSerializable
Public Class CSharpFunctionBindingProperties
Implements ICSharpFunctionBindingProperties
- Inheritance
-
CSharpFunctionBindingProperties
- Attributes
- Implements
Constructors
CSharpFunctionBindingProperties() |
Creates an new CSharpFunctionBindingProperties 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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CSharpFunctionBindingProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CSharpFunctionBindingProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.ICSharpFunctionBindingProperties. |
FromJsonString(String) |
Creates a new instance of CSharpFunctionBindingProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CSharpFunctionBindingProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |