Partilhar via


InputListResult Class

Definition

Object containing a list of inputs under a streaming job.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.InputListResultTypeConverter))]
public class InputListResult : Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IInputListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.InputListResultTypeConverter))>]
type InputListResult = class
    interface IInputListResult
    interface IJsonSerializable
Public Class InputListResult
Implements IInputListResult
Inheritance
InputListResult
Attributes
Implements

Constructors

InputListResult()

Creates an new InputListResult instance.

Properties

NextLink

The link (url) to the next page of results.

Value

A list of inputs under a streaming job. Populated by a 'List' operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InputListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InputListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Models.Api20170401Preview.IInputListResult.

FromJsonString(String)

Creates a new instance of InputListResult, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InputListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to