Share via


FunctionListResult Class

Definition

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.

Applies to