InputListResult 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 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. |