FunctionOutput 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.
Describes the output of a function.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.FunctionOutputTypeConverter))]
public class FunctionOutput : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IFunctionOutput
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.FunctionOutputTypeConverter))>]
type FunctionOutput = class
interface IFunctionOutput
interface IJsonSerializable
Public Class FunctionOutput
Implements IFunctionOutput
- Inheritance
-
FunctionOutput
- Attributes
- Implements
Constructors
FunctionOutput() |
Creates an new FunctionOutput instance. |
Properties
DataType |
The (Azure Stream Analytics supported) data type of the function output. A list of valid Azure Stream Analytics data types are described at https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FunctionOutput. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FunctionOutput. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IFunctionOutput. |
FromJsonString(String) |
Creates a new instance of FunctionOutput, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FunctionOutput into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |