FunctionListResult 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.
Object containing a list of functions under a streaming job.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.FunctionListResultTypeConverter))]
public class FunctionListResult : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IFunctionListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.FunctionListResultTypeConverter))>]
type FunctionListResult = class
interface IFunctionListResult
interface IJsonSerializable
Public Class FunctionListResult
Implements IFunctionListResult
- Inheritance
-
FunctionListResult
- Attributes
- Implements
Constructors
FunctionListResult() |
Creates an new FunctionListResult instance. |
Properties
NextLink |
The link (url) to the next page of results. |
Value |
A list of functions under a streaming job. Populated by a 'List' operation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FunctionListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FunctionListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IFunctionListResult. |
FromJsonString(String) |
Creates a new instance of FunctionListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FunctionListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |